/Ataxx

A board game developed in python with the pygame library.

Primary LanguageJupyter Notebook

Ataxx

This project intended to develop Ataxx in python using pygame, which can be played Human x Human, Human x PC, and PC x PC, it also aimed to implement a simple AI algorithms that allows the computer to play the game against the player in various ways, with possibility to change its difficulty and maps. Development notes can be read on the Jupyter Notebook in the files.

How To play

  • Execute ataxx.py
  • Choose game mode
  • Choose difficulty / AI's
  • Play the game
  • After the game is over, it will print the results in the terminal
  • Have fun !