nSnake
A ncurses implementation of the classic Snake game
File List
Here is a list of all documented files with brief descriptions:
doc/doxygen_mainpage.h [code]
src/arguments.cDefines 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.cDefinition of the graphical engine functions
src/engine.h [code]Declaration of the graphical engine functions, defines and globals
src/fruit.cDefinition of the fruit functions
src/fruit.h [code]Declaration of the fruit functions, defines and globals
src/hscores.cDefinition of the functions related to high scores
src/hscores.h [code]Declaration of the functions and structures related to high scores
src/main.cThe 'main' function only
src/nsnake.cThe core functions of the game - except for the main
src/nsnake.h [code]This file defines the core functions, variables and structures
src/player.cDefinition of the player functions
src/player.h [code]Declaration of the player functions, defines and globals
 All Data Structures Files Functions Variables Enumerations Defines