nSnake
A ncurses implementation of the classic Snake game
Data Structures
Here are the data structures with brief descriptions:
fruit_tThe fruit structure
game_tGlobal definitions related to the game in general
player_piecesThe structure of each part of the player
player_tRepresent the snake itself
screen_tGlobal definitions related to the game screen
 All Data Structures Files Functions Variables Enumerations Defines