WUT_Computer_Science/EPFU
2021-12-23 17:48:58 +01:00
..
doc Commiting whole project 2021-12-05 04:29:26 +01:00
src Penguins Restoration Project 1.5%: feat: Added makefile, changed README, beautified interactive_mode from main.c 2021-12-23 17:48:58 +01:00
README Penguins Restoration Project 1.5%: feat: Added makefile, changed README, beautified interactive_mode from main.c 2021-12-23 17:48:58 +01:00

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