fixed main logic

This commit is contained in:
2026-05-24 17:47:19 +03:00
parent 119b85ea31
commit 680ef59e67
4 changed files with 12 additions and 10 deletions
+3
View File
@@ -10,6 +10,9 @@ int main() {
Field field(4);
char action;
field.spawnTile(field.getEmptyTiles());
field.spawnTile(field.getEmptyTiles());
while (true) {
field.debug();
std::cin >> action;