python+pygame Realize the brick game ---- You can define the speed of the ball , You can skip the level , You can also increase the level by yourself :
Running environment –python3.7、pycharm;
Source code needs please : Like email ;
Only need to change main.py In the document tick(100) Method , You can change the speed of the ball .
The ball speed is 100 It's very soon :
python+pygame Realize the brick game
The ball speed is 20 when :
python+pygame Realize the normal speed of bricklaying
If you want to jump off , change main.py Variables in the file level Just go , The second level :
The second level of brick making
The third level :
The third level of playing bricks
If you want to increase the level by yourself , It only needs main.py In the document levels Just add it to the tuple :