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
- Host: GitHub
- URL: https://github.com/timkoornstra/qwixx
- Owner: TimKoornstra
- License: gpl-3.0
- Created: 2022-04-22T16:53:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T07:10:18.000Z (over 2 years ago)
- Last Synced: 2025-03-30T09:02:02.218Z (about 1 year ago)
- Topics: game, python, python3, python38
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qwixx
[](https://www.python.org/downloads/release/python-380/)
[](https://github.com/psf/black)
[](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`