An open API service indexing awesome lists of open source software.

https://github.com/timkoornstra/qwixx

A python3 implementation of the tabletop Qwixx game
https://github.com/timkoornstra/qwixx

game python python3 python38

Last synced: 8 months ago
JSON representation

A python3 implementation of the tabletop Qwixx game

Awesome Lists containing this project

README

          

# Qwixx

[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![GPL-3.0](https://img.shields.io/github/license/TimKoornstra/LayeredPrint.svg?color=brightgreen)](https://opensource.org/licenses/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](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`