diff --git a/CHANGELOG.md b/CHANGELOG.md index 67487e1..a83d2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Pong v0.2-SNAPSHOT - +## Pong v0.2-SNAPSHOT - Release March 23, 2018 ### New Features @@ -10,6 +10,13 @@ * Add new game mode : * Single player to play with a simple AI. * Multiplayer to play with a friend. +* Update commands to play easily at Pong with an AZERTY or a QWERTY keyboard layout. +* Undisplay mouse cursor on game. + +### Bugs Fixed + +* Fix the vanishing of the racket when the ball encounter the racket with a high velocity. + ## Pong v0.1-SNAPSHOT - Release March 01, 2018 diff --git a/README.md b/README.md index d589029..227e007 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ To play at Pong, you muste have several ways : ### Commands * Player one (Red racket) - * Z to move up. + * Z or W to move up. * S to move down. * Player two (Right Racket) * P to move up - * M to move down. + * M or SEMICOLON to move down. * Score menu * Press Enter to start new round. * Main / Option menu @@ -48,7 +48,7 @@ You can find and download all images assets from all website specified below. ## Changelog -* Pong v0.2-SNAPSHOT - Not Release Yet +* Pong v0.2-SNAPSHOT - Release March 23, 2018 * Pong v0.1-SNAPSHOT - Release March 01, 2018 ## License @@ -59,3 +59,4 @@ This project is under [MIT licence](https://opensource.org/licenses/MIT). * Nicolas GILLE () * Developer + * Tester