nsnake
Classic snake game for the terminal
|
A single fruit. More...
#include <FruitManager.hpp>
Public Member Functions | |
Fruit (int x, int y) | |
Public Attributes | |
int | x |
int | y |
A single fruit.
Definition at line 11 of file FruitManager.hpp.