Bingo game using pygame and AWS DynamoDB
- Create env using venv and install modules from requirements file
python3 -m venv env source env/bin/activate pip install -r requirements.txt - Add AWS dynamo DB credentials to creds.txt file
- Create Room
- Creates a room with unique key
- Join Room
- Add room key and click enter
- Click on boxes to add numbers
- Once both players have filled all the numbers, player 1 can click on a number and start the game