nSnake
A ncurses implementation of the classic Snake game
|
Global definitions related to the game screen. More...
#include <engine.h>
Data Fields | |
int | width |
The fixed width of the game area. | |
int | height |
The fixed height of the game area. | |
int | delay |
The time (in microsseconds) that the game. |
Global definitions related to the game screen.