plcharriere / mastermind.py

Retrowave themed mastermind game made with Python 3 and Tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retro Mastermind

Retro Mastermind is a retrowave themed mastermind game made with Python 3 using Tkinter.

I made this game for the Baccalauréat scientifique (the french national academic qualification) for the Informatique et Sciences du Numérique (a french computer oriented discipline) speciality in 2018.

Screenshots

How to run

Prerequisites

Install Python 3 or earlier and pip.

Then, install Tkinter.

On Windows, it should be pre-installed with Python 3.

On Debian-based Linux distributions, install it with :

sudo apt-get install -y python3-tk

On RedHat-based Linux distributions, install it with :

sudo dnf install -y python3-tkinter

Then install pyglet with :

pip install pyglet

If you do not wish to install pyglet, then set the ACTIVER_EFFETS_SONORES variable to False at the beginning of the code of mastermind.py file.

Run

Simply run :

python mastermind.py

Credits

About

Retrowave themed mastermind game made with Python 3 and Tkinter.


Languages

Language:Python 100.0%