mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 22:46:15 -04:00
Starting adventure mode
This commit is contained in:
parent
a134821a94
commit
0ada53a063
13 changed files with 818 additions and 197 deletions
28
Readme.md
28
Readme.md
|
@ -22,9 +22,19 @@ If the app stutters, turn on "fast mode" in the settings to render a simplified
|
|||
There's also an easy mode for kids (slower ball).
|
||||
|
||||
# Todo
|
||||
|
||||
- people assume unbounded allows for wrap around
|
||||
- popups not scrollable sometimes
|
||||
- fdroid build
|
||||
- deal with too many upgrades :
|
||||
- disable some upgrades to remove them from the pool
|
||||
- reroll mechanic
|
||||
- extra option that just adds 10% to score
|
||||
- coin magnet and viscosity : only one level ~2.5
|
||||
- Boost Ascetism : give +2 or even +3 combo per brick destroyed
|
||||
- wind : move coins based on puck movement not position
|
||||
- show -N points in red when combo resets
|
||||
- reach : this is too punishing now, maybe only reset if you hit the lowest populate row of the level, if it's not a full width row
|
||||
- respawn: N% of bricks respawn after N seconds
|
||||
|
||||
# UX
|
||||
|
||||
|
@ -57,7 +67,7 @@ There's also an easy mode for kids (slower ball).
|
|||
- would be nice to have a leaderboard for not using each perk too. Like "best runs without hot start"
|
||||
- restart run on r
|
||||
- when missing, redo particle trail, but give speed to particle that matches ball direction
|
||||
|
||||
- Overgrowth — when the ball touches a bomb brick it turns into a regular green brick and spawns 1 more bricks near it (additional levels spawn 2 additional bricks)
|
||||
|
||||
# graphics
|
||||
|
||||
|
@ -79,7 +89,9 @@ There's also an easy mode for kids (slower ball).
|
|||
|
||||
|
||||
# Medium difficulty perks ideas
|
||||
|
||||
- offer next level choice after upgrade pick
|
||||
- Dividends — +1 combo per 10 coins lost (band-aid for players who struggle, useful addition when choosing Ascetism)
|
||||
- [colin] mirror puck - a mirrored puck at the top of the screen follows as you move the bottom puck. it helps with keeping combos up and preventing the ball from touching the ceiling. it could appear as a hollow puck so as to not draw too much attention from the main bottom puck.
|
||||
- [colin] Combos extrêmes: lvl2 pour tous les combos, qui fait que le combo rapporte double ou triple, mais si sur un niveau la condition n'est pas respectée alors le perk ne donne plus de combo bonus pour ce niveau.
|
||||
- [colin] Mytosis - les blocs bombe n'explosent pas mais relâchent une nouvelle balle à la place (clashes with "shocks" and "sapper")
|
||||
|
@ -98,13 +110,20 @@ There's also an easy mode for kids (slower ball).
|
|||
- accelerometer controls coins and balls
|
||||
- [colin] side pucks - same as above but with two side pucks : hard to know where to put them
|
||||
|
||||
|
||||
# to sort
|
||||
- [colin]Brambles — coins that touch the walls and ceiling get stuck and are thrown back when the last brick is destroyed
|
||||
- [colin]Ball of Greed — the ball can collect coins (might be worth dividing into levels: lvl 1, can collect coins only after two bounces on bricks or walls. lvl 2, can collect after 1 bounce. lvl 3, can collect coins anytime)(or change the ball collection radius as the level grows)
|
||||
- [colin]Fountain toss — each coin lost has a 1 in 10 chance to give +1 combo (until combo 50)
|
||||
- [colin]Pocket money — bricks absorb coins that touch them, which are released on brick destruction (with a bonus?)
|
||||
- [colin]Phantom ball — the ball phases through 2 bricks then becomes solid (lvl2: through 6 bricks, lvl3; through all bricks until it touches a wall)
|
||||
- [colin]Cryptomoney — coins that should be generated by bricks are instantly collected, but count for half their value
|
||||
- [colin]Relative time — ball speed depends on its position: if it's high up on thi screen it's fast, if it's lower it's slower
|
||||
- [colin] turn ball gravity on after a top bar hit, and until bouncing on puck
|
||||
|
||||
- [colin] hitman - hit the marked brick for +5 combo. each level increases the combo you get for it.
|
||||
- [colin] sweet spot - place your puck directly below a moving spot at the top of the level to increase your combo
|
||||
- ball attracted by bricks of the color of the ball
|
||||
|
||||
|
||||
- level flips horizontally every time a ball bounces on puck
|
||||
- coins that hit the puck disappear, missed ones are scored
|
||||
- [colin] close quarters - balle attirée par tous les blocs/par un bloc aléatoire, actif à portée de bloc (+1bloc au lvlup)/proportionnel à une force (+puissance au lvlup)…
|
||||
|
@ -140,6 +159,7 @@ There's also an easy mode for kids (slower ball).
|
|||
|
||||
- Good games : FTL, Nova drift, Noita, Enter the gungeon, Zero Sivert, Factorio, Swarm
|
||||
- letters and an associated word or name
|
||||
- famous characters and movies
|
||||
- fruits
|
||||
- animals
|
||||
- countries flags and shapes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue