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_name
git push -u origin feature_branch_name
cd cards/
npm install
npm start
- Create a virtual environment (https://docs.python.org/3/library/venv.html)
source ./path/to/venv/bin/activate
(or./path/to/venv/Scripts/active
for Win)pip install -r requirements.txt
uwsgi dev.ini
P.S. Code is mighty dirty.