mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Updated description and video
This commit is contained in:
parent
85ece0b975
commit
48695fd3d9
3 changed files with 13 additions and 5 deletions
10
Readme.md
10
Readme.md
|
@ -15,7 +15,15 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Next
|
## To do
|
||||||
|
- redo video
|
||||||
|
- review fastlane text
|
||||||
|
- translate presentation texts to french
|
||||||
|
- use fastlane for play store
|
||||||
|
|
||||||
|
## Done
|
||||||
|
|
||||||
|
## 29062687
|
||||||
|
|
||||||
- "Miss warning" option is now on by default (ball's particles are red if catching it would be a "miss")
|
- "Miss warning" option is now on by default (ball's particles are red if catching it would be a "miss")
|
||||||
- "Show +X in gold" option is now on by default (show a +X when combo increases)
|
- "Show +X in gold" option is now on by default (show a +X when combo increases)
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<p>
|
<p>
|
||||||
This is a roguelite twist on the original Breakout/Arkanoid formula:
|
This is a roguelike twist on the original Breakout formula:
|
||||||
The goal is to catch as many coins as possible during 7 levels.
|
The goal is to catch as many coins as possible during 7 levels.
|
||||||
Coins appear when you break bricks.
|
Coins appear when you break bricks.
|
||||||
They fly around, bounce and roll, and you need to catch them with your puck.
|
They fly around, bounce and roll, and you need to catch them with your puck.
|
||||||
At the end of the level, you get to pick upgrades.
|
At the end of the level, you get to pick upgrades.
|
||||||
There are 50+ different upgrades that impact the gameplay in various ways.
|
There are 50+ different upgrades that impact the gameplay in various ways.
|
||||||
Many upgrade will impact your combo,that's the number of coins spawned for each brick broken.
|
Many upgrades will impact your combo, that's the number of coins spawned for each brick broken.
|
||||||
Your "combo" is displayed on your puck. Your score is displayed in the top right corner of the screen.
|
Your "combo" is displayed on your puck. Your score is displayed in the top right corner of the screen.
|
||||||
Oh and don't miss the ball, you don't have extra lives.
|
Oh, and don't miss the ball, you don't have extra lives.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
https://www.youtube.com/watch?v=Fmn9320W0Qc
|
https://www.youtube.com/watch?v=FDJdtSbzCTo
|
Loading…
Add table
Add a link
Reference in a new issue