Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 483 Bytes

qwixx-trainer

A genetic algorithm that learns to play the game Qwixx

Setup

install Python and set the check mark in the setup to add Python to the environment variables (or PATH)

go to cmd:

git clone https://github.com/sjanetzki/qwixx-trainer
cd qwixx_trainer
pip install -r requirements.txt

Usage

Trainer

--> genetic algorithm

python trainer.py

Game

--> play via PyGameUi

python game.py