Added a few functionalities to Game.java and created basic AI's. #15
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: megamanmalte/VierGewinnt#15
Loading…
Reference in a new issue
No description provided.
Delete branch "gh-ed10fdb2/1/MalteT/maurizio-branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: MaurizioBruetsch
The board gets printed after every move, and the game continues until the board is full, this isn't actually checked, the game continues until one of the players doesn't propose a valid move, which should be changed. Preferrably so that after every move somebody checks whether there is a winner.
The AIs are rather simple minded, but if possible they make a valid move.