An implementation of Chrome T-Rex runner game in GoLang using ebiten
Controls
Press SPACE to jump
Press Q or ESCAPE to quit the game
Press SPACE to restart the game after death
Demo
Development Instructions
Install dependencies
go mod download
There are some additional ebiten dependencies required to install to run this game. Go to the ebiten install page and install the dependencies for your operating system.