This repository contains a python3 implementation for the Qwixx board game.
This is a quick project I made one afternoon. I might use this implementation of the game to train a reinforcement learning agent in the future. For a description and the rules of the game, check the Rules.md file!
This project does not require any external dependencies.
- Clone the repository
- Add players and change their names (optional!) in the
main.py
file - Save
- Open the command line in the root folder
- Run
$ python3 src/main.py