Golang
Thoughts, tutorials, and insights on technology and life.
Latest Post
Create a Flappy Bird Clone With Golang P3
I hope that by trying removals and changing parameters, you have figured out what these lines of code do:
op := &ebiten.DrawImageOptions{}
op.GeoM.Translate(-float64(frameWidth)/2, -float64( …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 …
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