SpellMaster simulation in Python
================================
Xavier Bonnetain, 29 July 2022.

This ZIP file contains two versions of the program:

1. code.py
   This is the original version that contains colour codes in the output
   to show whether there are any mistakes. It should be run from within an
   xterm compatible terminal.

2. code_2.py
   In this version the colour codes are removed from the output. It allows
   the output to be printed straight to the command line without showing
   the Escape-sequences for altering the colour.
