Skip to content

dfurle/SnakePathGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make
./snake.exe

Variables

  • PLAY_MANUAL = false;
    • play manually = true
    • let path finder play = false
  • FRAMES = 60;
    • how fast to run the path finder, in FPS.
    • manual mode auto sets to 10 FPS inside Game Constructor
  • COLS = 30;
    • columns in board
  • ROWS = 20;
    • rows in board
  • Block::size = 30;
    • size of each block in px

About

Snake Path Game using c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published