Skip to content

latarniakonto/Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression game

Requirements

To run this game you have to install the following pip3 packages: sqlalchemy and pygame

How to run it?

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

Flow diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages