Player's turn complete
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
constexpr auto SIZE = 10;
|
||||
constexpr auto SIZE_FOR_ARRAY = SIZE - 1;
|
||||
constexpr auto ARMY = 5;
|
||||
constexpr auto FLAGS = 3;
|
||||
|
||||
class Game {
|
||||
private:
|
||||
@@ -27,6 +28,8 @@ public:
|
||||
void play();
|
||||
|
||||
private:
|
||||
bool handleUnitSelection(const auto&, size_t&, int&, int&);
|
||||
bool handleUnitMovement(auto, int&, int&);
|
||||
void Random(char);
|
||||
void clearScreen();
|
||||
void print_field(int, int);
|
||||
|
||||
Reference in New Issue
Block a user