The project is a graphical blackjack game using Pygame in Python 3.
- Naive implementation and terribly styled code (eg. global vars, undescriptive function names, etc.) -
- Make sure all the dependencies are installed
- Download the files
- Option 1: 🍴 Fork this repository!
- Option 2: 🧪 Clone the repository to your local machine using https://github.com/sagarpatel211/ICS3U1-Project.git!
- Install all dependencies by entering the project directory and runnin
pip3 install -r requirements.txt
- Run
main.py
in Python (python3 main.py
)
MainPage | TableScreen | PauseScreen | ResultsScreen |
---|---|---|---|
LoseScreen | WinScreen | TieScreen | |
Sagar Patel |
---|
github.com/sagarpatel211 |