To run this game you have to install the following pip3 packages: sqlalchemy and pygame
This game should be run from withing the main folder. It is because path to Font and Sprites folder is hard coded in expression_game.py
Run these commands int this order to play the game:
python3 App/expression_creator.py
python3 App/expression_game.py
If you want to also run tests:
I modified the path using context, hence the tests should be run from within Test folder (abspath "../App/" is set up)
python3 test_suite.py


