Skip to content

marekor555/gotari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is meant for learning purposes.

INFO

Gotari is an atari breakout clone written in go.

INSTALLING

There is no pre-build binary, so user can customize options. You need git and golang compiler(see go.dev)

  1. Firstly, clone the repo: git clone https://github.com/marekor555/gotari
  2. Don't forget to cd into the project: cd gotari
  3. Get the libraries: go get .
  4. Then customize the constants/constants.go file(if uncertain skip)
  5. Run the game: go run .
  6. If satisfied with results, build project: go build .
  7. Now, you have a customized gotari binary.

Have fun experimenting :)

About

atari game written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages