Start date: July 19, 2019
Demo: https://youtu.be/6kYC5o82Tfw
This is an online game based off the Big Two card game where 2-4 people play against each other with poker hands.
Can only be run using a Python IDE, preferably PyCharm as it was used during development. Currently, server.py must be running within the same network as client.py in order for the clients to communicate.
PyGame module must be added to the imported project folder.
- PyGame - Module used for game display
- Audie Mendaros