A simple snake game using D and ncurses
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
This game is a free software licensed under GPL3+. for more information, see LICENSE.