nSnake
A ncurses implementation of the classic Snake game
|
Global definitions related to the game in general. More...
#include <nsnake.h>
Data Fields | |
int | mode |
The collision mode of the game. | |
int | level |
Tells how fast will the snake move. | |
int | cant_open_hscore_file |
Flag that tells if we could open the highscores file. |
Global definitions related to the game in general.