Posts

Making a Flappy Bird clone in Godot
I made a Flappy Bird clone using Godot engine (v4.2). Flappy Bird is game no. 1 in the 20 games challenge, where I will make 20 games as small projects to learn game development and design. In this chapter, I will share what I learned along the way about game development, game design, and about Godot game engine.
Published:
Building Conway's Game of Life - Part 1
I built an extremely simple python terminal implementation of John Conway's Game of Life. Source code on github - plays inside a Jupyter notebook
Published: