https://github.com/bpawluk/nine-mens-morris
WPF Nine Men's Morris game for one, two or zero players (AI vs AI) using MinMax and AlfaBeta algorithms
https://github.com/bpawluk/nine-mens-morris
Last synced: 3 months ago
JSON representation
WPF Nine Men's Morris game for one, two or zero players (AI vs AI) using MinMax and AlfaBeta algorithms
- Host: GitHub
- URL: https://github.com/bpawluk/nine-mens-morris
- Owner: bpawluk
- Created: 2019-05-23T14:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T18:30:28.000Z (about 3 years ago)
- Last Synced: 2025-03-16T23:42:29.753Z (8 months ago)
- Language: C#
- Size: 522 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nine-mens-morris
WPF Nine Men's Morris game for one, two or zero players (AI vs AI) using MinMax and AlfaBeta algorithms
- **TECH STACK:** .NET WPF
- **TRY IT OUT:** [Mlynek v1.0.0](https://github.com/bpawluk/nine-mens-morris/releases/tag/v1.0.0)
## Features
### Configure the game
- Choose the game type
- Human VS Human
- Human VS AI
- AI VS AI
- Configure the AI
- Select MinMax or AlfaBeta algorithms
- Choose the depth of AI planning
- Tune the AI strategy with special weights

### Play it
- Versus another human player
- Versus the AI you configured
- Or watch a dynamic clash between two AI players

### See a summary
Check out the number of moves and the time it took each player to play the game