Final Project in Software Development (Semester 1)
Project Manager: Bill Ni
Team Members: Robin Han, Simon Tsui, Vincent Chi
Devlog
Design
Our Video Demo Here
- Deck of Cards API
- No need for API key
- 411 on API
- Provides us a deck of cards that we can draw and deal from to the game
-
Flask
Install using:
pip install -r requirements.txt
in python3 virtual environment
-
Python Libaries
- os
- random
- ssl
- Within python3 virtual environment:
python app.py