Go based retro style game - Generated by LLM models
This is based on sdl2 library and go binding of the same.
Currently validated this for Mac OS only, so please ensure that the sdl library is installed before building/running this game
brew install sdl2
brew install sdl2_mixer
brew install sdl2_image
should get you started assuming you are using brew as package manager for Mac OS
simply do
go run main.go