Skip to content

Commit c934d20

Browse files
committed
README and CHANGELOG v.0.0.2
- Music, win/death conditions, camera speed. - New levels.
1 parent 2118fd9 commit c934d20

2 files changed

Lines changed: 50 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,48 @@ All notable changes to this project will be documented in this file.
77
## [Unreleased]
88

99

10+
## [0.0.2] - 2018-10-13
11+
12+
13+
### Summarized
14+
15+
- Music, win/death conditions, camera speed.
16+
17+
- New levels.
18+
19+
### Extended
20+
21+
22+
#### Added
23+
24+
25+
- Music and Fx in game.
26+
27+
- Lvl 1 music.
28+
- Lvl 2 music.
29+
- Jump fx.
30+
- Death fx.
31+
- Win fx.
32+
33+
- Volume control and mute music methods.
34+
35+
- Fire and Ice condition death.
36+
37+
- Win condition.
38+
39+
- Flip player.
40+
41+
- Camera speed and parallax created.
42+
43+
- Save and Load methods.
44+
45+
46+
#### Fixed
47+
48+
- Top ice colliders now are detected.
49+
50+
- Lvl 1 and 2 design redone.
51+
1052
## [0.0.1] - 2018-10-10
1153

1254

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Version of the game
22

3-
Fire&Ice v.0.0.1
3+
Fire&Ice v.0.0.2
44

55
## Description
66

7-
The very first version of the game. You will be able to play with the character being able to jump, run, change between forms and even die falling into the venom. The camera doesn't follow the player yet. There are also some debug modes, no save and load for the moment.
7+
The second version of jump 'n run platformer game. You will be able to play with the character being able to jump, run, change between forms and even die falling into the venom! Make sure to save the game in crucial situations.
88

99
## Links
1010

@@ -26,12 +26,14 @@ Trello: https://trello.com/b/6xGoDgxj/development
2626

2727
- F5 (Save).
2828
- F6 (Load).
29-
- F8 (Stop Music).
30-
- F11 (Volume Down).
31-
- F12 (Volume Up).
29+
- F7 (Volume Down).
30+
- F8 (Volume Up).
31+
- F11 (Stop Music).
32+
3233
### Player:
3334

3435
- W (to change to fire form).
36+
3537
- A (to go backwards).
3638
- S (to change to ice form).
3739
- D (to go forwards).
@@ -59,7 +61,7 @@ Trello: https://trello.com/b/6xGoDgxj/development
5961

6062
2.- Unzip the file
6163

62-
3.- Execute Fire&Ice.exe
64+
3.- Execute DevRookies.exe
6365

6466
## Innovation system
6567

0 commit comments

Comments
 (0)