Megatris: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Gameinfo
{{Gameinfo
|title          = Megatris
|title          = Megatris
|image          = Image:Uzebox-Megatris.jpg
|image          = Image:Megatris.gif
|caption        = Megatris in two players mode
|image2        = Image:Megatris-arcade.PNG
|caption        = Megatris in single player mode
|genres        =  
|genres        =  
|genre          = Tetris clone
|genre          = Falling Blocks Puzzle
|developers    =  
|developers    =  
|developer      = Uze/Belogic
|developer      = Uze (Alec Bourque)
|code licenses  =  
|code licenses  =  
|code license  = [[GNU General Public License|GNU GPL 3.0]]
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
|media licenses =  
|media licenses =  
|media license  = [[Creative Commons Attribution-ShareAlike 3.0]]
|media license  = [[Image:CC_by_sa.png|Creative Commons Attribution Share-Alike]] version 3.0
|engines        =  
|engines        =  
|engine        = Kernel V1
|engine        = Kernel V1
|video modes    =
|video mode    = 1
|latest release = 1.0
|latest release = 1.0
|release date  = August 24th, 2008
|release date  = August 24th, 2008
Line 19: Line 22:
|libraries      =  
|libraries      =  
|library        =  
|library        =  
|HEX File      = [[Megatris.hex]]
}}
}}
'''Megatris''' is a Tetris clone. It was the featured Uzebox game when the console came out in August 2008. The gameplay mechanics closely resemble those of [http://en.wikipedia.org/wiki/Tetris_DS Tetris DS] for the [http://en.wikipedia.org/wiki/Nintendo_DS Nintendo DS].
In 2020, Mapes released Megatris Arcade, a version adapted for the Uzebox JAMMA arcade cabinets. It also added a custom menu to deal with arcade specific settings and display stats on the right panel.
==Features==
* 1 or 2 players gameplay
* Implements most of the official [http://harddrop.com/wiki/SRS "Super Rotation System" (SRS)]
* Hold and Next block
* [http://harddrop.com/wiki/Garbage Garbage] in 2P mode
* 2 in-game selectable songs
* [http://harddrop.com/wiki/Back-to-Back_Chaining_Methods Back-to-Back]
* [http://harddrop.com/wiki/T-Spin T-Spins]
==Gameplay==
* Button A: Spin block clockwise
* Button B: Spin block anti-clockwise
* Up: Hard drop
* Down: Soft drop
* Right Shoulder: Hold
* Right-Shift (Arcade only): Displays the arcade menu
==JAMMA specific==
To be able to play the game on CUzebox emulator, one must first press right-shift to bring the arcade menu, then set the required credits for player 1 to zero. Then go back to the game and the rest controls normally.
==Tetris Strategy Wiki==
Consult the [http://harddrop.com/wiki/Tetris_Wiki Tetris Wiki] for information & strategies on the various Tetris versions.
==ROM==
[https://nicksen782.net/UAM/APP_emu/?gameid=139 Play In Browser]
* [[Media:Megatris.hex|.HEX file for Megatris]]
* [[Media:Megatris.uze|.UZE file for Megatris]]
* [[Media:Megatris Arcade.hex|.HEX file for Megatris Arcade]]
==Sources==
Part of the master Uzebox repository: [https://github.com/Uzebox/uzebox/tree/master/demos/Megatris]
[[Category:Games licensed under the GNU GPL v3]]
[[Category:Media licensed under an CC Attribution-ShareAlike license v3]]
[[Category:Free software games]]
[[Category:Free culture games]]
[[Category:Possible copyright violations]]

Latest revision as of 01:05, 16 February 2022

Megatris
Megatris.gif
Megatris in single player mode
Megatris-arcade.PNG
GenreFalling Blocks Puzzle
DeveloperUze (Alec Bourque)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineKernel V1
Video Mode1
Latest release1.0
Release dateAugust 24th, 2008
LanguageEnglish


Megatris is a Tetris clone. It was the featured Uzebox game when the console came out in August 2008. The gameplay mechanics closely resemble those of Tetris DS for the Nintendo DS.

In 2020, Mapes released Megatris Arcade, a version adapted for the Uzebox JAMMA arcade cabinets. It also added a custom menu to deal with arcade specific settings and display stats on the right panel.

Features

Gameplay

  • Button A: Spin block clockwise
  • Button B: Spin block anti-clockwise
  • Up: Hard drop
  • Down: Soft drop
  • Right Shoulder: Hold
  • Right-Shift (Arcade only): Displays the arcade menu

JAMMA specific

To be able to play the game on CUzebox emulator, one must first press right-shift to bring the arcade menu, then set the required credits for player 1 to zero. Then go back to the game and the rest controls normally.

Tetris Strategy Wiki

Consult the Tetris Wiki for information & strategies on the various Tetris versions.

ROM

Play In Browser

Sources

Part of the master Uzebox repository: [1]