Skip to content

eblahay/adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Adder

A simple snake-clone written in C++.

Compatibility

This program is only meant to work on Linux at the moment.

Dependencies

Install

  • download the source-code
  • extract source-code if necessary
  • run sudo apt install cmake libsfml-dev
  • cd into the source-code's directory
  • make a new directory called build within the source-code directory
  • cd into build
  • run cmake ..
  • run make -f Makefile

About

A simple snake-clone written in C++

Resources

License

Stars

Watchers

Forks