skaravind / Nine-Men-Morris-Game-UI

Nine Men Morris Game GUI. The AI used minimax algorithm at default max depth 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nine-Men-Morris-Game-UI

This is a Python implementation of the Nine Mens Morris game. Instead of Black and White pieces, we have grass and fire. I used pygame to cook up a GUI for the game.

The AI opponent uses minimax strategy at a max depth of 7. (You cabn play around with the depth values in the helper files).

To run the game.

  1. Install pygame module. (pip install pygame)

  2. Then run morris.py (tested on Python 3.9)

>> python morris.py

Game

About

Nine Men Morris Game GUI. The AI used minimax algorithm at default max depth 7.


Languages

Language:Python 100.0%