rajko-z/nine-mens-morris-python
Console Implementation of ancient game Nine Men's Morris in python, with minimax algorithm and alpha-beta pruning
Play the classic board game Nine Men's Morris against a computer opponent directly in your computer's console. You provide your moves by typing, and the game displays the board after each turn. This is designed for anyone who enjoys strategy board games and wants to play a digital version against an AI.
No commits in the last 6 months.
Use this if you want to play a game of Nine Men's Morris against an AI player from your command line.
Not ideal if you prefer a graphical interface for board games or want to play against another human player.
Stars
11
Forks
2
Language
Python
License
MIT
Category
Last pushed
Oct 10, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rajko-z/nine-mens-morris-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
LazoVelko/Tic-Tac-Toe
An unbeatable game of Tic Tac Toe.
mscroggs/MENACE
Machine Educable Noughts And Crosses Engine
GantMan/tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
jamesq9/Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-Learning
A Python Program to implement Machine Learning for the Game Tic Tac Toe (3x3) using...