simple cli game written in python
- 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 !
- space : restart
- q/a and d : left and right (q because i use azerty)
- shift : moves the pad twice as fast
- b : to quit