DU CODE Snake Competition
 
Loading...
Searching...
No Matches
cell.h File Reference

Go to the source code of this file.

Enumerations

enum  Cell {
  EMPTY , FRUIT , PLAYER_ONE , PLAYER_ONE_HEAD ,
  PLAYER_TWO , PLAYER_TWO_HEAD
}
 Represents every cell on a Grid. Cell is returned by Grid::get.