Skip to content

Voltorb Flip #3112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Voltorb Flip #3112

wants to merge 2 commits into from

Conversation

ozzyDev27
Copy link

Author:
ozzy27

What is your game about?
It is a port of the Voltorb Flip minigame from Pokemon HeartGold & Soulsilver! You need to find all the coin multipliers without hitting any voltorbs.

How do you play your game?
Use WASD to move your player. Press J to reveal a tile.
Each column and row has their own set of two numbers. The top number shows the sum of all the multipliers, and the bottom number shows how many voltorbs are in that row/column. For your first time, I suggest clicking around until you get a voltorb to reveal the entire board to see it visually. These 2 numbers are surprisingly in-depth, allowing you to do a ton of math to figure out probabilities and hopefully even eliminating chance. You do not need to collect any 1 multipliers, only the 2s and 3s, and once you have collected all the 2s and 3s, you complete that board. This means if there is a row with the numbers 2 and 3 then every tile in that row has to be either a 1 or a voltorb, meaning you do not need to click any of them.
If you need more help, search up Voltorb Flip Tutorial.

** Code **

  • [ X] The game was made using the Sprig editor.
  • [ X] The game is placed in the in the /games directory.
  • [ X] The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
  • [ X] The game runs without errors.
  • [ X] The name of the file/game contains only alphanumeric characters, -s, or _s.
  • [ X] The game name is not the same as the others from gallery

ozzyDev27 added 2 commits May 12, 2025 20:32
Works just like normal Voltorb Flip! (Search up the rules if you have to, it's kinda weird your first time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant