Player's turn complete

This commit is contained in:
2025-07-09 17:27:51 +03:00
parent 5577f14f5b
commit d4d30ae1fa
4 changed files with 100 additions and 71 deletions

View File

@@ -11,6 +11,9 @@ private:
public:
Player() : score(0.) {};
void points(double _score){
score += _score;
}
std::vector<std::unique_ptr<Infantry>>& get_army() {
return army;
}