![]() |
nSnake
A ncurses implementation of the classic Snake game
|
Files | |
file | arguments.c [code] |
Defines the procedures related to handling the command-line arguments. | |
file | arguments.h [code] |
Defines the procedures related to handling the command-line arguments. | |
file | engine.c [code] |
Definition of the graphical engine functions. | |
file | engine.h [code] |
Declaration of the graphical engine functions, defines and globals. | |
file | fruit.c [code] |
Definition of the fruit functions. | |
file | fruit.h [code] |
Declaration of the fruit functions, defines and globals. | |
file | hscores.c [code] |
Definition of the functions related to high scores. | |
file | hscores.h [code] |
Declaration of the functions and structures related to high scores. | |
file | main.c [code] |
The 'main' function only. | |
file | nsnake.c [code] |
The core functions of the game - except for the main. | |
file | nsnake.h [code] |
This file defines the core functions, variables and structures. | |
file | player.c [code] |
Definition of the player functions. | |
file | player.h [code] |
Declaration of the player functions, defines and globals. | |