Debug information about positions of units
Random position for flag and enemy (function Random)
This commit is contained in:
@@ -26,5 +26,6 @@ enum CELL_CHARS {
|
||||
EMPTY_CELL = '*',
|
||||
CURSOR_CELL = '?',
|
||||
ENEMY_CELL = 'E',
|
||||
PLAYER_CELL = 'I'
|
||||
PLAYER_CELL = 'I',
|
||||
FLAG_CELL = 'F'
|
||||
};
|
||||
Reference in New Issue
Block a user