SnakeD

July 22, 2019 ยท View on GitHub

A simple snake game using D and ncurses

SnakeD Screenshot

Build & Run

Make sure you have a D compiler and dub installed on your system

then run the following commands:

git clone https://github.com/TheWeirdDev/SnakeD
cd SnakeD
dub run

License

This game is a free software licensed under GPL3+. for more information, see LICENSE.