I added webmentions to my site
After looking for ways to add interactivity with my blog posts, I decided to add Webmentions to my site.
This is everything tagged Development found in this website.
Last updated: .
After looking for ways to add interactivity with my blog posts, I decided to add Webmentions to my site.
Previously, my site was only populated with content I hand crafted. Now, I've started pulling from some services to populate it with my favourite media.
The game tracking platform How Long To Beat doesn't have a public facing API, so I've made a JS script to scrap my public profile for my Now page.
Part of my workflow when writing to this site is building the static files and uploading them to Neocities, so I made a sh script to automate it.
Learn to recursively generate HTML markup with Nunjucks using a static JSON file.
As a continued effort to keep learning Godot, I've made a prototype system for omni-directional point and click movement system.
There was a time when surfing the web was fun. It wasn't because you needed to keep up with the news, it wasn't because you needed to be connected to everyone 24/7. Nowadays, you make your website as a "portfolio", because companies look at what you do online to check if you're valuable to them. Do you miss the old web?.
In my previous post I've made some basic point and click movement, but now I've implemented a state machine to keep track of the player's character state.
Thanks to the ObsidianHTML package, you can share your notes online.
In this Devlog I take on 'The 20 Games Challenge' to try to recreate the classic game - Pong. Gain insights into the coding challenge, design considerations, and the overall learning experience of crafting Pong within the constraints of the 20 Games Challenge.