Tag: gamdev
All the articles with the tag "gamdev".
Why Hexagons are the MVP of Shapes (and How to Draw Them in JavaScript)
Published:In this post, we dive into why hexagons are the ultimate shape and how to draw them in JavaScript using the axial coordinate system. We cover the basics of hexagonal geometry and provide code to tile hexagons on an HTML5 canvas.
Making a Flappy Bird clone in Godot
Published: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.