Skip to content

TimKoornstra/qwixx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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