Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 410 Bytes

GitHub all releases

not-snake

a snake clone with c++ and you cant get longer

  • a snake but there is a enemy and you cant grow
  • if any one is interested in windows support please post it in the issues.
  • to compile:
  •   make build
    
  • to clean:
  •   make clean
    
  • to install:
  •   sudo make install
    
  • to uninstall:
  •   sudo make uninstall