This project is a minigame created for MaSSP Open Day 2023.
How to play: Players control paddles by their move their hand up and down to catch and bounce the ball back to the opponent.
Our members are:
- Tuan Nguyen Cao Minh (@JarvisHunter)
- Huyen Nguyen Thu (@ThuHuyencbn)
- Thu Nguyen Hoang Minh (@noisyflowergarden)
- Thanh Tran Van Trong (@thanhtvt) (mentor)
We recommend you should have a miniconda environment. After that, you can install dependencies with this command
pip install -r requirements.txt
After that, to play the game, you can simply run
python run.py
We are not able to create this game without this awesome tutorial.