![]() |
nSnake
A ncurses implementation of the classic Snake game
|
The 'main' function only. More...
#include "engine.h"#include "fruit.h"#include "nsnake.h"#include "player.h"#include "arguments.h"#include "hscores.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| The main function - contains the main loop of the game. More... | |
The 'main' function only.
Definition in file main.c.
1.8.3.1