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