A mini golf game with a source file of about 2.5kb. Presented for Vjeux Algorithm arena week11.
The whole source file is in main.nim
To build the game:
- Install the Nim programming language
- Clone this repo and cd into the folder
- Run the following commands
nimble install
nim c -d:release main.nim #or nim r -d:release main.nim
./main
Just clone this repo and run the game
executable