This project is meant for learning purposes.
Gotari is an atari breakout clone written in go.
There is no pre-build binary, so user can customize options.
You need git
and golang compiler(see go.dev)
- Firstly, clone the repo:
git clone https://github.com/marekor555/gotari
- Don't forget to cd into the project:
cd gotari
- Get the libraries:
go get .
- Then customize the constants/constants.go file(if uncertain skip)
- Run the game:
go run .
- If satisfied with results, build project:
go build .
- Now, you have a customized gotari binary.
Have fun experimenting :)