8000 Please CI · kakoeimon/rust-gamedev.github.io@f3b367c · GitHub
[go: up one dir, main page]

Skip to content

Commit f3b367c

Browse files
committed
Please CI
1 parent ed66261 commit f3b367c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

content/posts/newsletter-015/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,21 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
![Power Kick](./power-kick-shot.png)
6666

67-
Power Kick is an one screen platform game inspired by similar old arcade games like Bubble Bobble and SnowBros. 
68-
Your task is hit the enemies till they get dizzy and then kick them out of their misery to proceed to the next stage. The kicked enemies will hit the colliding enemies with a possibility to create a chain reaction (similar to the pushed snowball in SnowBros).
67+
Power Kick is an one screen platform game inspired by similar old arcade games
68+
like Bubble Bobble and SnowBros.
69+
Your task is to hit the enemies till they get dizzy and then kick them out of
70+
their misery to proceed to the next stage. The kicked enemies will hit the
71+
colliding enemies with a possibility to create a chain reaction
72+
(similar to the pushed snowball in SnowBros).
6973

70-
The game have 20 stages and in stage 10 and 20 you will have to face a helicopter boss.
74+
The game have 20 stages and in stage 10 and 20 you will face a helicopter boss.
7175

72-
Can be played solo on the web through WebAssembly or up to two players (first player with the keyboard and the second one with a joypad) in the downloadable version.
76+
Can be played solo on the web through WebAssembly or up to two players
77+
in the downloadable version.
78+
First player with the keyboard and the second one with a joypad. 
7379

74-
The development took around two weeks thanks to [MacroQuad][macroquad-power-kick] and [Hecs][hecs-power-kick].
80+
The development took around two weeks thanks to 
81+
[MacroQuad][macroquad-power-kick] and [Hecs][hecs-power-kick].
7582

7683
[macroquad-power-kick]: https://github.com/not-fl3/macroquad
7784
[hecs-power-kick]: https://crates.io/crates/hecs

0 commit comments

Comments
 (0)
0