Minor changes for the game. New README.md implemented

This commit is contained in:
2026-05-11 14:23:10 +03:30
parent 6958fc396f
commit 84675dda65
16 changed files with 76 additions and 255 deletions
@@ -19,9 +19,7 @@ public interface Entity {
int getHealManaCost();
int getDefendManaCost();
void skipNextTurn();
void skipTurn();
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
// void skipNextTurn(); /disabled
// void skipTurn(); /disabled
}