Skip to content

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

Notifications You must be signed in to change notification settings

skaravind/Nine-Men-Morris-Game-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Languages