Skip to content

Simple snake game with fitness specific items and attributes.

License

Notifications You must be signed in to change notification settings

lgpaula/BuffSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuffSnake

Simple snake game with a fitness focus. Can be played by a single player or multiplayer on the same machine.

Disclaimer

This game has only been tested on Fedora OS, so the installation instructions provided are specific to Fedora.

Install dependencies

sudo dnf update
sudo dnf install gcc-c++
  • Cmake
sudo dnf install cmake
  • OpenCV
sudo dnf install opencv opencv-devel
  • X11
sudo dnf install libX11 libX11-devel
  • Boost
sudo dnf install boost boost-devel

Installation

  • Download the latest release.
  • Extract the files and run the executable.

Icons attribution