![]() |
nSnake
A ncurses implementation of the classic Snake game
|
Definition of the fruit functions. More...
Go to the source code of this file.
Functions | |
void | fruit_init () |
Creates a fruit in a random place. More... | |
void | fruit_update_bonus () |
Drops the bonus value of the fruit for each 'frame'. | |
Variables | |
struct fruit_t | fruit |
One global copy of the fruit. | |
Definition of the fruit functions.
Definition in file fruit.c.