Skip to content

Commit 0562721

Browse files
authored
Update README.md
1 parent a90abc2 commit 0562721

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This version includes minor bug fixes and improvements referring to the bats and
3131

3232
### Version 1.3.0
3333
This version includes the most significant changes according to usability and game play.
34-
the overall difficulty has been increased and it is now possible to choose the difficulty you want to play.
34+
The overall difficulty has been increased and it is now possible to choose the difficulty you want to play.
3535
If one of the joysticks gets moved to the left or the right the selection of the difficulties changes. If the difficulty is choosen the difficulty gets confirmed by a press on one of the joystick's buttons.
3636
The difficulties you can choose are:
3737
- Easy: The ball bounces off in a normal way and the speed of the ball and bats increase slowly, but it won't get that fast.
@@ -43,11 +43,17 @@ The difficulties you can choose are:
4343
In this version the representation of the game **Pong** has completly changed.
4444
It is now possible to play the game on two instead of one matrices.
4545

46-
### Version 1.4.1
47-
This is the currently work-in-progress-version.
46+
### Version 1.5.0
47+
A lot has changed since the last release (v1.3.0-r).
48+
One of the biggest changes according to the game is, that it is now possible to play the game on two instead of one matrices. The game is mostly optimized for both displays so both get used in an equal way, for example the left highscore gets displayed on the left matrix and the right highscore on the right display. The ball also moves accurate across both displays.
49+
There are also a lot of changes according to the bats! The bats are now objects (OOP) and get in this way calculated and printed. This makes the program more efficient and readable. The bats also only get redrawn if they really change, so its easier for your eyes. Furthermore the position gets now calculated by the middle point and not the top one. This is a more logic way.
50+
Another thing that changed is the overall difficulty. Because the display size has increased by 100% the game speed had to be adjusted. Moreover the whole code was rewritten and a lot of functions and variables had been renamed in a more logical way. There are also new variables and functions for better and more efficient navigation. The program is now also better commented.
51+
52+
4853
## Roadmap
4954

5055
### Version 1.6.0
56+
This is the currently work-in-progress-version.
5157
Upgrading for using RBG matrices.
5258

5359
### Version 1.7.0

0 commit comments

Comments
 (0)