Flappy bird on terminal
What do you mean why? It's fun. Is there a better reason to make a game? Also, have you tried to implement a game loop from scratch, holyhell it's hard. So, appreciate whatever game engine you're using.
Also, also, I saw ThePrimeagen started doing a Tower Defense game in ASCII so I'm curious.
Download one of the binaries on itch.io or..
- Have
go1.22.2
or higher I think also works - Clone this repo
go run main.go
Note: And if you want to build or install this game for whatever reasons:
- Build
go build && ./flappy-term
- Install in go path
go install && flappy-term