-
Notifications
You must be signed in to change notification settings - Fork 0
Awalé - Player VS Computer #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Naive Algorithm
- Medium level: computer has some strategies (favour capture moves, favour multiple captures over single captures, don't overfeed the opponent, force the opponent to empty his camp. The computer only simulates its own moves on its turn, and those of the opponent on the following turn. That's 6^2 (36) moves each time it plays.
- Hard level: Monte Carlo Algorithm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
In Progress