A card simulator, meant to be played while communicating over applications like Zoom and Discord. It is about rekindling connections, whether due to Covid, or moving away from home to study. We found it difficult to find online versions of certain card games, so we decided to just implement a single interface, while the rules etc. can be provided by the players themselves, freeing them from any restrictions.
git checkout -b feature_branch_namegit push -u origin feature_branch_name
cd cards/npm installnpm start
- Create a virtual environment (https://docs.python.org/3/library/venv.html)
source ./path/to/venv/bin/activate(or./path/to/venv/Scripts/activefor Win)pip install -r requirements.txtuwsgi dev.ini
P.S. Code is mighty dirty.