A pong game, tried to have fun ! play alone or with a friend
- clone this repo
git clone https://github.com/LJBoxx/Breakout.git - install dependencies : on windows you need
pip install windows-cursesand for other systems you needpip install keyboardif you have any issues make sure you are using python3.12 (since that's what I use) python3 main.pyand play !
- z(or w)/s : player 1 up/down
- o/l : player 2 up/down
- on main screen 1 to play against machine and 2 to play with someone.
- spacebar to start !