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"
Functions | |
int | main (int argc, char *argv[]) |
The main function - contains the main loop of the game. |
The 'main' function only.
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function - contains the main loop of the game.