Skip to content

A genetic algorithm that learns to play the game Qwixx

Notifications You must be signed in to change notification settings

sjanetzki/qwixx-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

199a99f · Mar 1, 2024

History

87 Commits
Nov 28, 2020
Feb 20, 2024
Jan 9, 2021
Dec 28, 2020
Aug 8, 2020
Jan 9, 2021
Nov 28, 2020
Dec 28, 2020
Jun 22, 2022
Nov 28, 2020
Jan 9, 2021
Dec 28, 2020

Repository files navigation

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