Tetris Minigame for RMMV(Free)
A downloadable asset pack
Liven up your project by adding a fun, configurable Tetris minigame.
Free plugin for RMMV.
I hope you enjoy it.
This plugin adds a fully functional Tetris minigame to your RPG Maker MV
* project with level progression, speed increase, and customizable rewards.
*
* == How to Use ==
* Use the following plugin command to start the game:
*
* TETRIS maxLevel itemID itemAmount weaponID weaponAmount armorID armorAmount
*
* Parameters:
* maxLevel : Maximum level to reach (1-99)
* itemID : ID of the item reward (0 for none)
* itemAmount : Amount of items to give
* weaponID : ID of the weapon reward (0 for none)
* weaponAmount : Amount of weapons to give
* armorID : ID of the armor reward (0 for none)
* armorAmount : Amount of armors to give
*
* Example:
* TETRIS 10 1 1 0 0 0 0
* This starts a game with:
* - Max level: 10
* - Reward: 1x Item ID 1
* - No weapon/armor rewards
*
* == Game Controls ==
* ←→ (Arrow Left/Right) : Move piece
* ↑ (Arrow Up) : Rotate piece
* ↓ (Arrow Down) : Drop piece faster
* ESC : Pause game
* Enter : Confirm/Resume
*
* == Gameplay ==
* - Clear lines to gain points and progress through levels
* - Every 10 lines cleared increases your level
* - Game speed increases with each level
* - Reach the maximum level to win and receive rewards
*
* == Plugin Parameters ==
* Block Style: Choose between default blocks or iconset blocks
* Icon Index: If using iconset, specify which icon to use (default: 16)
* Sound Effects: Customize various game sound effects
* Background Image: Optional background image from pictures folder
*
* == Notes ==
* - The game can only be started once at a time
* - Progress is not saved
* - Rewards are given automatically upon victory
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Fun plugin! Is it possible to add a bit more customization? Like the placement and color of the text? My game uses a very limited palette, and white isn't one of the four colors. The code itself is obfuscated, so there's no way for me to edit it myself. Also, you should put how you would like to be credited somewhere on this page or the plugin documentation.