Skip to content

Commit

Permalink
🔖 Release 0.2-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kero76 committed Mar 23, 2018
1 parent 8f15c6b commit 2dded25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Pong v0.2-SNAPSHOT -
## Pong v0.2-SNAPSHOT - Release March 23, 2018

### New Features

Expand All @@ -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

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -59,3 +59,4 @@ This project is under [MIT licence](https://opensource.org/licenses/MIT).

* Nicolas GILLE (<[email protected]>)
* Developer
* Tester

0 comments on commit 2dded25

Please sign in to comment.