Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
/ gamepool Public archive

A collection of cognitive games with results tracking for registered users

Notifications You must be signed in to change notification settings

amarazov/gamepool

Repository files navigation

Gamepool

A pool of games which can track the cognitive abilities of the registered users through time. This will allow monitoring the progress of the cognitive condition for a group of people.

Configuration

export FLASK_APP=gamepool.py

Game configurations

A csv file with the game configurations has to be provided. Default is app/games/init_games.csv

Installation

virtualenv -p python3 venv; source venv/bin/activate
pip install -r requirements.txt
flask db init

flask db upgrade
flask initapp games app/games/init_games.csv

Internationalization

flask translate init <language-code>
flask translate update
flask translate compile

Deploymnet

A docker image was deployed on a small EC2 instance with MySQL.

About

A collection of cognitive games with results tracking for registered users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published