Go to file
2023-01-15 13:57:37 +01:00
.github/workflows Use github actions secret for to pass variables for tests 2023-01-13 12:01:54 +01:00
images added readme content 2023-01-15 13:57:37 +01:00
tests load dotfile in tests 2023-01-13 13:56:17 +01:00
truthseeker Merge pull request #41 from ThomasRubini/npc_images 2023-01-15 12:24:15 +01:00
.env.dist use dotenv to connect to the db 2023-01-13 11:56:38 +01:00
.gitignore use dotenv to connect to the db 2023-01-13 11:56:38 +01:00
app.py use a dotenv file 2023-01-13 11:46:54 +01:00
dev-requirements.txt add dev-requirements.txt 2022-12-12 15:39:32 +01:00
LICENCE Create LICENCE 2022-10-10 16:32:55 +02:00
README.md added readme content 2023-01-15 13:57:37 +01:00
requirements.txt use a dotenv file 2023-01-13 11:46:54 +01:00

build status


A Simple deduction game based on facial reactions

build status

Screenshots

title interrogation debrief


How to run

In ordre to run the server you will need python3 and python3-pip. Then yo install the depedencies run pip install -r requirement.txt.

If you want to contribute you may install the dev dependecies as well : pip install -r dev-requirement.txt

To launch the web server just run the command flask run

To run the test run the command python -m pytest --verbose

Contributors