mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:43:11 +02:00
Update README
This commit is contained in:
parent
feb7e11655
commit
89334ff168
23
EPFU/README
23
EPFU/README
@ -1,24 +1 @@
|
||||
This is a WUT project about creating an AI that can play board game "Hey that's my fish"
|
||||
toDo:
|
||||
|
||||
feat:
|
||||
Code to translate "Current board status" from terminal into GameState for bug fixing
|
||||
|
||||
fix: Game ending early despite one of the players having possible moves
|
||||
Current board status:
|
||||
0 1 2 3 4
|
||||
0 P1 ~ F2 F3 F3
|
||||
1 P2 ~ F3 F3 F2
|
||||
2 P1 ~ F3 F2 F3
|
||||
3 P2 F2 ~ F2 F2
|
||||
4 P1 ~ F3 P2 ~
|
||||
|
||||
Player number 1 score: 10
|
||||
Player number 2 score: 10
|
||||
|
||||
It's a tie!
|
||||
Should have continued with player two still playing
|
||||
|
||||
fix: Picking a penguin that has no moves left changes this penguin into water (???) and then asks player to choose another penguin
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user