Skip to content

Mini golf game written in Nim using 2.5kb of ascii.

Notifications You must be signed in to change notification settings

Uzo2005/mini-code-golf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Code Golf

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

Building From Source

To build the game:

  1. Install the Nim programming language
  2. Clone this repo and cd into the folder
  3. Run the following commands
nimble install
nim c -d:release main.nim #or nim r -d:release main.nim
./main

To Run The Game On Linux

Just clone this repo and run the game executable

About

Mini golf game written in Nim using 2.5kb of ascii.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages