breakout71/Readme.md

396 lines
22 KiB
Markdown
Raw Normal View History

# Breakout 71
2025-02-17 17:52:20 +01:00
Break colourful bricks, catch bouncing coins and select powerful upgrades !
2025-03-04 21:52:21 +01:00
- [Play now](https://breakout.lecaro.me/)
2025-03-18 14:16:12 +01:00
- [Donate](https://paypal.me/renanlecaro)
- Bitcoin : bc1qlh8kywy3ttsuqqa08yx2rdc8dqhdvyt43wlxmr
2025-04-01 13:35:33 +02:00
- [Discord](https://discord.gg/bbcQw4x5zA)
2025-03-31 20:08:17 +02:00
- [Post your comments on itch.io](https://renanlecaro.itch.io/breakout71)
- [F-Droid](https://f-droid.org/en/packages/me.lecaro.breakout/)
2025-03-04 21:52:21 +01:00
- [Google Play](https://play.google.com/store/apps/details?id=me.lecaro.breakout)
- [GitLab](https://gitlab.com/lecarore/breakout71)
2025-04-02 11:29:36 +02:00
2025-04-07 14:08:48 +02:00
# Game issues and potential solutions
I should show what the starting perk is :
- make the perk icon playable as the first level of the run
- show it on screen for the first 5 seconds
When you have already a nice build and still get offered many perks, it gets tiring:
- limit all build to N perks (maybe could be boosted with a perk)
- add a "no more upgrade in the run, but double coins" perk
One play style is too OP, no reason to try other things
- encourage varied play style with level unlock requirements (testing)
- add loop run where user levels can't be used in further loops (boring)
- add lab mode where you need to make three builds (complex, lots of clicking, not fun)
Some upgrades currently are not really useful
- remove them
- add more upgrades to complement them
- force users to try them to unlock levels
2025-03-30 21:30:08 +02:00
2025-04-02 12:27:38 +02:00
# Changelog
2025-03-29 20:45:54 +01:00
2025-04-04 14:43:08 +02:00
## To do
2025-04-05 10:38:18 +02:00
2025-04-07 14:08:48 +02:00
- maybe just make the starting perk icon the first level ? kind of silly, kind of fun.
2025-04-06 10:13:10 +02:00
- avoid showing a +1 and -1 at the same time when a combo increase is reset
2025-04-07 08:24:17 +02:00
- display closest unlock with current perks in score and gameover screens
2025-04-07 14:08:48 +02:00
- show the initial perk when we start a new game.
- "skip" option on the upgrades, for when you don't want any of them.
- fix starting perk option not working
2025-04-04 14:43:08 +02:00
## Done
2025-04-07 14:08:48 +02:00
- progress bar for unlock in unlocks menu
- display runs history
2025-04-07 08:24:17 +02:00
- in the runs history, only save perks that were chosen by the user
2025-04-06 18:21:53 +02:00
- migration to save past content to localStorage.recovery_data right before starting a new version
- mention unlock conditions in help
- show unlock condition in unlocks menu for perks as tooltip
- fallback for mobile user to see unlock conditions
- New perk : "limitless" raises the max of all perks by 1
- Boosted perk : side kick, now you just need to hit bricks from the left side to gain +lvl combo, hitting from the right side does -2xlvl combo
2025-04-06 15:38:30 +02:00
- add unlock conditions for levels in the form "reach high score X with perk A,B,C but without perk B,C,D"
2025-04-06 10:13:10 +02:00
- remove loop mode :
- remove basecombo
- remove mode
- clear old runs in other mode
- ignore scores in creative mode
- remove the slow mode
- adjusted the light effects
- added white border around dark grey bricks
- remove the opaque coin options, all coins are opaque, but dark grey ones have white border
- archive each version as an html file and apk
- publish 29062687 on play store
- redo video
- review fastlane text
2025-04-05 10:38:18 +02:00
- tried and cancelled native desktop app build with tauri because :
- there's no cross compilation, so no exe build on linux
- you need to sign executable differently for each platform
- the .deb and .rmp files were 3.8M for a 0.1M app
- the appimage was crazy big (100M)
- I'd need a mac to make a mac version that probably wouldn't run without doing the app store dance with apple
2025-04-04 14:43:08 +02:00
## 29062687
2025-04-05 10:38:18 +02:00
- tried and cancelled webgl rendering
- it's a lot of code
- i'm not great at it
- it requires a significant rewrite
- for most things, no perf difference
- the main goal of having more colorful backgrounds can be achieved by running the lights layer at lower res
- "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)
- "High contrast" option added, off by default (applies lights layer again as "soft light" at the end of the render)
- "Colorful coins" option now applied at render time instead of coin spawn time, to make preview easier
- when settings are opened on pc, they show up on the side and the overlay is transparent to let you preview the changes
## 29062545
2025-04-02 10:41:35 +02:00
2025-04-04 09:45:35 +02:00
- Perks list now only lists upgrades that have been picked, or have banned levels
- After clearing a level, that level is dimmed in the clairvoyant level list [Bearded-Axe]
- limited clairvoyant to level one outside looped runs [obigre]
- yoyo now has more effect when the ball is at the top of the screen [obigre]
- telekinesis now has more effect when the ball is at the bottom of the screen
- "Top is lava" combo lost text is now spawned a bit lower to be more visible [obigre]
## 29061838
2025-04-03 21:22:13 +02:00
2025-04-03 21:59:01 +02:00
- New perk : Fountain toss [colin] - loosing coins makes your combo grow
- Boosted : Asceticism now decreases combo instead of resetting it
2025-04-04 09:45:35 +02:00
- Graphics : show respawn particles even in basic mode [obigre]
2025-04-03 21:59:01 +02:00
- Graphics : adjusted the brightness of the game a bit more
2025-04-03 21:22:13 +02:00
## 29061490
2025-04-03 16:10:51 +02:00
- Graphics : option to add more light (on by default)
2025-04-03 21:22:13 +02:00
- Graphics : option to make coins more readable (on by default)
- Graphics : background light effects optimization
- Graphics : all levels background have been checked (4 buggy ones removed) and will be assigned randomly
2025-04-02 20:09:17 +02:00
- Fixed : display gained combo was showing +0 sometimes
2025-04-02 20:00:09 +02:00
## 29060272
- Fixed: Strict sample size was counting destroyed bricks, now count hits as explained in the help
- Fixed: passive_income was resetting your combo if you moved around the end of the last level
- Fixed: a high score issues was systematically erasing the high score in the web version, i added a migration to load the best score for your top games to recover the high score.
- QOL: option to display gained combo as onscreen text
- QOL: publish an apk to itch.io with every build
- Internal: added a simple game data migration system
2025-04-07 14:08:48 +02:00
## 29059721
2025-04-02 10:41:35 +02:00
2025-04-02 20:00:09 +02:00
- QOL: icons in settings menu
- QOL: choose starting perks
- QOL: fixed issue with reloading with [R] key
- QOL: gameover screen restarts in the same game mode
- Fixed: Trampoline render sides in red.
- Fixed: tooltips stuck on mobile
- Fixed: issues with restarting a game with fullscreen on
2025-03-26 14:04:54 +01:00
2025-04-02 10:41:35 +02:00
## 29058981
2025-04-01 16:37:34 +02:00
2025-04-01 21:43:36 +02:00
- [jaceys] A visual indication of whether a ball has hit a brick this serve (as an option)
2025-04-01 21:37:07 +02:00
- Top down /reach: now only the lowest level of N bricks resets combo, and all other bricks do +N combo
- picky eater: don't reset if no brick of ball color
- main menu : show high score
2025-04-01 16:37:34 +02:00
- keep high score of past runs
2025-04-01 18:26:40 +02:00
- tooltip on stats
2025-04-01 18:33:58 +02:00
- fixed : looping didn't work
2025-04-01 21:37:07 +02:00
- two abstract levels, stripes and openings
- added reset button for perks in lab mode
2025-04-01 16:37:34 +02:00
## 29058469
2025-04-01 13:35:33 +02:00
- New game mode : loop / long game
- the goal is to build many different build centered on one perk
- At the end of level 7, you get to restart at level 1 for 6 levels.
- all your perks are banned except one
- The perk you keep is leveled up, and can be leveled up a second time during the next loop
- the perks you don't keep are "banned", meaning their max level is reduced by as many levels as you had picked
- unlocked after unlocking all perks
- New game mode : lab / creative
- the goal is to come up with 3 completely different but powerful play styles
2025-04-01 16:37:34 +02:00
- you freely create 3 builds from all the perks level available
2025-04-01 13:35:33 +02:00
- you play them against the levels of your choice
- try to make as much score as possible in total
- unlocked after unlocking all perks
- New levels :
- Pingwin
- Sunglasses
- Balloon
- Adjusted levels :
2025-04-01 16:37:34 +02:00
- orca is no longer made of bombs, but gray block
2025-04-01 13:35:33 +02:00
- New perks
- addiction : reward faster gameplay
- Adjusted perks
- Hot start : 30 combo per level instead of 15
- Telekinesis: limited to level 1
- Asceticism now gives +3 combo per lvl
- Fortunate ball has a stronger effect
- Bigger puck : puck can now cover the whole screen at higher levels, but not more
- Corner shot : higher levels let you move further away from the play area
- Forgiving : level 2 halves the penalty, level 3 is a third ..
- Helium : stronger anti gravity at higher levels
- Implosions : works like bigger-explosions at higher levels
- Metamorphosis : coins can stain more bricks at higher levels
- Re-spawn : now delay based and probabilistic, to scale more easily with higher levels. no need to hit the puck
- sacrifice : at level 2+ the combo is doubles/tripled just before clearing the screen of any bricks
- shunt : changed the math keep 25% of combo at level 1,50% at level 2,63% at level 3,70% at level 4..
- soft reset : same math as shunt
- smaller puck : now the puck can get as small as a ball
- Unbounded : at level 2+, the top of the level is gone too
2025-03-29 20:45:54 +01:00
- concave_puck : ball bounces straighter and straighter, to the point where you can't move it without another perk
- shocks lvl 2+ make bigger explosions
2025-04-01 13:35:33 +02:00
- trampoline: nerfed a little bit, now all sides and top hit reduce combo
- Quality of life
2025-04-01 16:37:34 +02:00
- Updated discord invite link that had expired
- Full screen is now a persistent option, when it's on the game will switch to full screen before starting
2025-04-01 13:35:33 +02:00
- Added an option to always get colored coins
- Made the "combo lost" text last 500ms instead of the pointless 150ms
2025-04-01 16:37:34 +02:00
- Added in-game help and credits, which can be translated
2025-04-01 13:35:33 +02:00
- Balancing : you earn an extra perk when playing well, and a reroll when playing perfectly
- added a prominent "donate" link after 5h of playing, and setting to hide it permanently
2025-04-01 16:37:34 +02:00
- disabled auto-release to F-Droid, i'll use the web version as the testing ground first
2025-04-01 13:35:33 +02:00
- added a white border around all coins, to make dark ones visible on dark bg
2025-04-01 16:37:34 +02:00
- [jaceys] counters for coins lost, misses, and boundary bounces, as well as a timer.
2025-04-01 13:35:33 +02:00
- Unlocked list : split perk and levels, added tooltips
2025-03-05 22:46:37 +01:00
## 29049575
2025-03-29 21:05:53 +01:00
- added rerolls
- Sacrifice : clear screen instead of doubling coins
## 29048147
2025-03-29 21:05:53 +01:00
- Ascetism : render coins with red border if there's a combo
- Warn about unbounded
- Red border dashes
2025-03-05 22:46:37 +01:00
2025-04-02 12:27:38 +02:00
# Ideas and features
## UX / gameplay
2025-03-25 08:22:58 +01:00
2025-04-05 10:38:18 +02:00
- translate fastlane presentation texts to french
2025-04-02 12:27:38 +02:00
- mobile option: relative movement of the touch would be amplified and added to the puck
- mobile option: don't pause on mobile when lifting finger
2025-04-02 10:41:35 +02:00
- [obigre] Offer to level ups perks separately from picking new ones
2025-04-01 18:26:40 +02:00
- strict sample size red borders ?
2025-03-06 14:06:02 +01:00
- on mobile, add an element that feels like it can be "grabbed" and make it shine while writing "Push here to play"
- add a clickable button to allow sound to play in chrome android
- see how to do fullscreen on ios, or at least explain to do aA/hide toolbars
- when game resumes near bottom, be unvulnerable for .5s ? , once per level
2025-03-12 17:20:18 +01:00
2025-03-16 17:45:29 +01:00
## Game engine features ideas
2025-03-21 13:09:50 +01:00
- save state in localstorage for easy resume of a game in progress
2025-03-12 17:20:18 +01:00
- ask for permanent storage
2025-03-06 14:06:02 +01:00
- more help somewhere accessible
- limit GC by reusing coins and particles
- convert captures to mp4 unsing ffmpeg wasm because reddit refuses webm files
- disable zooming (for ios double tap)
2025-03-12 17:20:18 +01:00
- few puck bounces = more choices / upgrades
2025-03-06 14:06:02 +01:00
- show total score on end screen (score added to total)
- handle back bouton in menu
- balls could collide with each other
2025-03-06 14:06:02 +01:00
- manifest for PWA (android and apple)
- Offline mode web for iphone
- controller support on web/mobile
- enable export of gameplay capture in webview
- endgame histograms could work as filters, when you hover a bar, all other histograms would show the stats of those runs only, without changing reference of categories
- 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
2025-03-26 08:01:12 +01:00
- 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)
2025-03-15 21:29:38 +01:00
## graphics ideas
- Waterline under the puck, coins slow down a lot, reflections
2025-04-03 21:59:01 +02:00
- webgl rendering: background gradient light map, shinier coins, quite hard
- experiment with showing the combo somewhere else, maybe top center, maybe instead of score.
2025-03-25 08:22:58 +01:00
## Easy perks ideas
2025-04-07 14:08:48 +02:00
- two for one : add a 2 for one upgrade combo to the choice lists
- cash out : double last level's gains
- snowball : Combo resets every 0.1s . +1 combo for each combo gained Since last reset.
- Chain reaction : +lvl*lvl combo per brick broken by an explosion, combo resets after explosion is over
- coins doubled when touched by ball, lvl times, looks smaller and lighter
- coins stained by balls
- [vikingerik] : reward multiballs with combo somehow
2025-03-29 15:00:44 +01:00
- fast pause : pause delay divided by {{lvl}} (helps with teleport)
2025-03-23 16:11:12 +01:00
- [colin] Capital - les vies non perdues à la fin du niveau rapportent un bonus de points
2025-03-25 08:22:58 +01:00
- ban 3 random perks from pool, gain 2 upgrades
2025-03-19 21:58:08 +01:00
- faster coins, double value
2025-03-06 14:06:02 +01:00
- balls repulse coins
2025-03-25 08:22:58 +01:00
- n% of coins missed respawn at the ball
- +1 combo per brick broken after a wall bounce, reset otherwise
- combo climbs by 1 every 2 second, unless no coin was caught, then it resets
- [colin] golden corners - catch coins at the sides of the puck to double their value
- [colin] varied diet - your combo grows by 2 when your ball changes color, but decreses by one when a brick is broken ?
- [colin] trickle up - inverse of reach more or less
- Dividends — +1 combo per 10 coins lost (band-aid for players who struggle, useful addition when choosing Ascetism)
2025-04-02 10:41:35 +02:00
- +lvl combo per bricks / resets after 5/lvl seconds without explosion ?
- +lvl combo per bricks / resets after 5/lvl seconds without coin catch ?
- +lvl combo per bricks / resets after 5/lvl seconds without ball color change ?
2025-04-06 15:38:30 +02:00
- +lvl combo per bricks / resets after 5/lvl seconds without sides hit ?
- + lvl x n combo when destroying a brick after bouncing on a side/top n times ?
- make stats a clairvoyant thing
2025-03-25 08:22:58 +01:00
## Medium difficulty perks ideas
- balls collision split them into 4 smaller balls, lvl times (requires rework)
2025-03-25 08:22:58 +01:00
- offer next level choice after upgrade pick
- [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")
- [colin] Juggle - au début du niveau, chaque balle est lancée l'une après au lieu de toutes à la fois (needs some work)
- SUPER HOT (time moves when puck moves)
2025-03-06 14:06:02 +01:00
- bricks attract ball
- bricks attract coins
2025-03-25 08:22:58 +01:00
- wrap left / right
2025-03-06 14:06:02 +01:00
- correction : pick one past upgrade to remove and replace by something else
2025-03-25 08:22:58 +01:00
- +1 combo when ball goes downward, reset if upward
- 2x speed after bouncing on puck
- the more balls are close to a brick, the more combo is gained when breaking it. If only one ball, loose one point or reset
- ball avoids brick of wrong color
2025-04-06 15:38:30 +02:00
- puck slowly follows desired position, but +1 combo
2025-03-25 08:22:58 +01:00
## Hard perk ideas
2025-03-25 08:22:58 +01:00
- accelerometer controls coins and balls
2025-04-06 15:38:30 +02:00
- [colin] side pucks - same as above but with two side pucks : hard to know where to put them
- [colin] Perk: second puck in the middle of the screen
2025-03-25 08:22:58 +01:00
## ideas to sort
2025-04-02 12:27:38 +02:00
- wind : move coins based on puck movement not position
- loop only when 7 rerolls have been acumulated.
- store much more details about run (level by level) as numbers only (instead of json that gets big false)
2025-03-29 09:25:17 +01:00
- double coin value when they hit the sides
2025-03-26 08:01:12 +01:00
- [colin]Brambles — coins that touch the walls and ceiling get stuck and are thrown back when the last brick is destroyed
2025-04-03 21:59:01 +02:00
- [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)
2025-03-26 08:01:12 +01:00
- [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
2025-03-07 20:18:18 +01:00
- [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
2025-03-14 11:59:49 +01:00
- ball attracted by bricks of the color of the ball
- level flips horizontally every time a ball bounces on puck
2025-03-20 08:13:17 +01:00
- coins that hit the puck disappear, missed ones are scored
2025-03-16 17:45:29 +01:00
- [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)…
- [colin] plusieurs perks qui déclenchent des effets quand une balle est perdue. par ex: +3 combo à chaque balle perdue, 5 blocs transformés en bombe, balle et coins ralentis, blocs régénérés…
- [colin] faster style - augmente le combo en fonction de la vitesse de la balle
- [colin] perk: analyzer - permet de voir les caractéristiques cachées des blocs (sturdy…)
- [colin] perk: roulette - gagne instantanément 2 perks aléatoires
2025-03-19 14:06:49 +01:00
- combo climbs every time a ball bounces on puck (but bounce is random?)
- [colin] reward the player with more choices/perks for breaking a brick while having reached an increasing combo thresholds. 5 combo, then 10, then 20, then 40 etc… once a threshold is reached you aren't rewarded for that threshold again until you start a rew run
- [colin] inspired by Balatro's score system : have some perks add to the multiplicator, and some others to the amount of coins in a brick (or the raw value of coins inside), so that you users want to improve both for maximized profit ! maybe tie one of the to perks that help you, and the other to perks that are bad to you, so that gambling players are forced to make their life harder
2025-03-25 08:22:58 +01:00
## extra levels
2025-03-06 14:06:02 +01:00
- Good games :
- FTL
- Nova drift
- Noita
- Enter the gungeon
- Zero Sivert
- Factorio
- Swarm
- Nuclear throne
- Brigador
2025-03-25 08:22:58 +01:00
- letters and an associated word or name
2025-03-26 08:01:12 +01:00
- famous characters and movies
2025-03-06 14:06:02 +01:00
- fruits
- animals
2025-03-25 08:22:58 +01:00
- countries flags and shapes
2025-03-06 14:06:02 +01:00
2025-03-23 16:11:12 +01:00
2025-03-31 20:08:17 +02:00
## extend re-playability
2025-03-06 14:06:02 +01:00
- hard mode : bricks take many hits, perks more rare, missing clears level score, missing coins deducts score..
2025-03-31 20:08:17 +02:00
- architect mode :
- play 7 levels, each with a different build.
- Perk levels can only be used once, so if you take one for level 1, you won't have it to level 2-7.
- Your final score is your worst score times your best score
- You'll see the levels in advance
2025-03-06 14:06:02 +01:00
- stats by lack of perk, like "best score without using hot start".
- split screen multiplayer
- Add color schemes into the game (ex : Catppuccin, Dracula, Terminal, etc)
2025-03-06 14:06:02 +01:00
Instead of automatically unlocking things at the end of each run, add the coins to the user's account,
and let them spend those coins on upgrades. The upgrades would then be explained. They could have a condition like
"reach high score of 1000" or 'reach high score of 99999 without using "hot start"'.
This requires recording a bit more info about each run.
2025-03-22 16:04:25 +01:00
- final bosses (large vertical level that scrolls down faster and faster)
2025-03-07 11:34:11 +01:00
## Rejected ideas
2025-04-02 11:29:36 +02:00
- https://weblate.org/fr/ quite annoying to have merge conflicts while pushing, i'll enable it later.
2025-04-01 21:37:07 +02:00
- [jaceys] Move the restart button out of the menu, so that it is more easily accessible (will allow user to choose starting perk instead)
- colored coins only (coins should be of the color of the ball to count, otherwise what ? i'd rather avoid negative points)
- coins avoid ball of different color (pointless)
- [colin] wormhole - the puck sometimes don't bounce the ball back up but teleports it to the top of the screen as if it fell through from bottom to top. higher levels reduce the times it takes to reload that effect (not sure how that to word that in 1 setence)
- [colin] Mental charge - the puck is divided into two smaller pucks, then 3 smaller ones at lvl 2 : what's the point ?
- [colin] sturdy ball - does more damage to bricks, to conter sturdy bricks :that's pierce now
- [colin] plot - plot the ball's trajectory as you position your puck : too hard when you add other perks
- [colin] piggy bank - bricks absorb coins that fall onto it, and release them back as they are broken, with added value : equivalent to Asceticism
- [colin] ball coins - coins share the same physics as coins and bounce on walls and bricks : really hard to balance with speeds and all
- non brick-shaped bricks, tilted bricks,moving blocks : very difficult because of engine optimisations
- 3 random perks immediately, or maybe "all level get twice as many upgrades, but they are applied randomly, and you aren't told which ones you have."
- coins repulse coins, could get really laggy ?
- russian roulette: 5/6 chances to get a free upgrade, 1/6 chance of game over. Not really fun
- [colin] bigger ball - self-explanatory, or is it ? what's the point ? physics would break now if ball bigger than bricks
- [colin] smaller ball - doable, but why
- [colin] earthquake - when the puck hits any side of the screen with velocity, the screen shakes and a brick explodes/falls from the level. alternatively, any brick you catch with the puck gives you the coins at the current combo rate. each level lowers the amount of hits before a brick falls. Problem : no limit on how often you can slam the puck around
- missile goes when you catch coin
- missile goes when you break a brick
- [colin] Batteries - lvl1: recharge les pouvoirs du puck quand la balle touche le haut de l'écran (1 fois par lancer, se recharge en touchant le puck). lvl2: également après voir détruit 6 blocs. lvl3: également quand elle touche les bords de l'écran : i'll probably just let the second puck replace this
2025-04-05 10:38:18 +02:00