![]() |
nSnake
A ncurses implementation of the classic Snake game
|
Global definitions related to the game in general. More...
#include <nsnake.h>
Data Fields | |
modes | mode |
The collision mode of the game. | |
int | level |
How fast will the snake move. | |
states | state |
The current game state. | |
int | cant_open_hscore_file |
Flag that tells if we could open the highscores file. | |