$ dd if=/dev/head of=/dev/blog
Posted on Jun 8, 2025
Instead of the step by step approach we followed on the previous article, what would happen if we simply asked the AI agent? Would it still be able to complete the task?
Posted on May 25, 2025
We can take our game a step forward by allowing users to play from multiple devices. This time, let's try to use some AI agents to do the coding.
Posted on Nov 20, 2022
This tutorial continues where we left off on part 3. We will add some tests to make sure the game is working as expected.
Posted on Nov 11, 2022
This tutorial continues where we left off on part 2. We will split the code into multiple files to make it easier to maintain and implement a few more game rules.
Posted on Jan 24, 2021
This tutorial validates the design we used to write code on part 1. We will try whether it's possible to fix bugs easily and whether we can add some new features to the game without major code/design changes.
Posted on Dec 13, 2020
A tutorial about writing a multiplayer game from scratch. Starting from solidifying the requirements and continues all the way up to creating a working prototype with vanilla js.