Skip to content

A barebone Snake game written in C and C++ which uses the ncurses library to handle I/O.

Notifications You must be signed in to change notification settings

Gabriel-Ivarsson/dingus-SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Snake The Game

Made by Dingus

This snake game is made in C/C++ and holds a very OO design throughout the whole code. I'm not finished with it but decided it would be a great first commit. It doesn't require sudo as it doesn't install any executables into /bin, it's only a small game made by a very rookie developer.

Info

You install the game easily through make clean all. The compilation uses lld to link the files together so if you have issues compiling make sure lld is installed. You can easily install lld through sudo apt install lld if you're on a debian based system. This game uses ncurses to handle I/O which means you might have issues compiling without it. However I've had no issues compiling it without ncurses installed on my system so I'd recommend waiting with installing it until you are met with issues. If you then want to run the game you can do this by writing ./SnakeGame while being in the same directory as the game-files.

Lastly

I merely created this very small project to better my skills in OO programming and of course, C++. You have full rights to do whatever you want with it. If you find any bugs I'd appreciate if you contact me through gabriel.ivars01@protonmail.com

Hope all is good in these trying times

- Dingus

About

A barebone Snake game written in C and C++ which uses the ncurses library to handle I/O.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published