I play the Pokemon game, ended up at the Game Corner, play this VOLTORB thing and that’s it, the rest of the game now doesn’t exist.
I’m making this project open-source because I don’t have times to continue. You can make your own complete game out of this. It has:
- The basic gameplay
- The level up/level down mechanism, upto level 8
- Basic grid generator algorithm
and lack of:
- Tile marking system (done this and basically it’s a playable, alpha game)
- The quit button
- Some touch features
Complete the project and I would love to play that all day long
VOLTORB Flip is a minesweeper-like game, in which you have to flip all 2 and 3 valued tiles in order to win. It’s 5 by 5 grid, each row and column have clues about what the total of tile values is in that row/column, and also the total of bombs (VOLTORB - the name of a Pokemon).
GitHub Project: GitHub - intagaming/voltorbunity: VORTORB Flip recreation with Unity
Try the game here: Releases · intagaming/voltorbunity · GitHub