nSnake
A ncurses implementation of the classic Snake game
|
The structure of each part of the player. More...
#include <player.h>
Data Fields | |
int | x |
x position of this part | |
int | y |
y position of this part |
The structure of each part of the player.