/qwixx

A python3 implementation of the tabletop Qwixx game

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Qwixx

Python 3.8 Code style: black GPL-3.0

This repository contains a python3 implementation for the Qwixx board game.

About the code

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!

Dependencies

This project does not require any external dependencies.

How to run

  • 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