Golang

Thoughts, tutorials, and insights on technology and life.

Aug 2, 2020

Create a Flappy Bird Clone With Golang P2

Last time, we stopped at mentioning that there are three functions needed for the game loop: Update(), Draw() and …

Read
Aug 1, 2020

Create a Flappy Bird Clone With Golang P1

This weekend I decided to start another tutorial series in this blog, as I did learn a lot during making the last one. …

Read