Skip to content

A reproduction of the Snake game in C++ using three dynamically loaded librairies.

Notifications You must be signed in to change notification settings

fdel-car/nibbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nibbler

A reproduction of the Snake game in C++ using three dynamically loaded librairies.

On macOs it should be easy to compile, just run make install and install the SDL framework yourself from your Managed Software Center before running make.

Usable flags

  • -m: Local two players mode, fighting for the same food.
  • -o: Walls on each part of the map.
./nibbler [width] [height] [-mo]

About

A reproduction of the Snake game in C++ using three dynamically loaded librairies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published