In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wiitriis"

From WiiBrew
Jump to navigation Jump to search
m (→‎Versions: cleanup)
(I replaced the dead download link (megaupload has been shut down) but I left the dead source code link because I don't have a replacement for it)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Infobox homebrew
 
{{Infobox homebrew
 
| title      = Wiitriis
 
| title      = Wiitriis
| image      = [[File:wiitriis.png]]
+
| image      = [[File:wiitriis.png|Wiitriis]]
 
| type        = puzzle game
 
| type        = puzzle game
 
| author      = [[User:Wilco2009|Wilco2009]]
 
| author      = [[User:Wilco2009|Wilco2009]]
 
| version    = 1.01
 
| version    = 1.01
 
| licence    = Not specified (open source)
 
| licence    = Not specified (open source)
| download    = http://www.megaupload.com/?d=8Z1OW8CH
+
| download    = http://platonicrobot.com/filehost/specific.php?idnum=147
 
| source      = http://www.megaupload.com/?d=RK6VLZZD
 
| source      = http://www.megaupload.com/?d=RK6VLZZD
 
| peripherals = {{Wiimote4}} {{wiimoteHorizontal}}
 
| peripherals = {{Wiimote4}} {{wiimoteHorizontal}}
 
| hbb        = yes
 
| hbb        = yes
 +
| library    = libogc
 +
| library2    = GRRLib
 +
| library3    = libmii
 
}}
 
}}
  
== Introduction ==
 
 
'''''Wiitriis''''' is a port of famous tetris for Wii (4 players).
 
'''''Wiitriis''''' is a port of famous tetris for Wii (4 players).
 
Who has not spent hours and hours playing the old Tetris?. Surely many of you would have liked to replay in our beloved Wii. Well, here I bring WiiTriis. A port of Tetris adapted to the new possibilities of Wii. Play Wiitriis with your friends using your own Miis on your console. WiiTriis allows up to four players simultaneously with two game modes. If you are someone who like to compete, try the battle mode and send all your completed lines to your opponents.  
 
Who has not spent hours and hours playing the old Tetris?. Surely many of you would have liked to replay in our beloved Wii. Well, here I bring WiiTriis. A port of Tetris adapted to the new possibilities of Wii. Play Wiitriis with your friends using your own Miis on your console. WiiTriis allows up to four players simultaneously with two game modes. If you are someone who like to compete, try the battle mode and send all your completed lines to your opponents.  
 
To play use the Wiimote horizontally, using the cross buttons to move the pieces and drop them and buttons 1 and 2 to rotate the pieces clockwise or counterclockwise. In battle mode you can choose the opponent to send you the lines you complete. Get to keep your score in the top five and see your mii proud in the gallery of fame.
 
To play use the Wiimote horizontally, using the cross buttons to move the pieces and drop them and buttons 1 and 2 to rotate the pieces clockwise or counterclockwise. In battle mode you can choose the opponent to send you the lines you complete. Get to keep your score in the top five and see your mii proud in the gallery of fame.
  
Written in C using [[libogc]], [[GRRLIB]] and [[Libmii]]..
+
Written in C using [[libogc]], [[GRRLIB]] and [[libmii]].
 +
 
 
=== Captures ===
 
=== Captures ===
[[File:CapturaWiiTriisv10.jpg]]
+
[[File:CapturaWiiTriisv10.jpg|Screenshot 1]]
  
[[File:CapturaWiiTriisv03.jpg]]
+
[[File:CapturaWiiTriisv03.jpg|Screenshot 2]]
  
 
=== Video ===
 
=== Video ===
Line 28: Line 31:
  
 
== Instructions ==
 
== Instructions ==
 
 
Homebrew Channel: Copy the wiitriis directory into the "apps" folder of your SD card. Launch the [[Homebrew Channel]].
 
Homebrew Channel: Copy the wiitriis directory into the "apps" folder of your SD card. Launch the [[Homebrew Channel]].
  
==Changelog==
+
=== Translations ===
===Version 1.01===
+
Copy the file "translate.txt" into your wiitris directory.
*Fixed a bug when send a line to a not playing player in battle mode.
+
* [[:File:Wiitriis-eo.zip|Esperanto]] ([[Media:Wiitriis-eo.zip|Download]])
*Fixed music overlapping blind sound.
+
* [[:File:Wiitriis-it.zip|Italian]] ([[Media:Wiitriis-it.zip|Download]])
*Dropping speed increases more rapidly.
 
*Pause added.
 
  
===Version 1.0===
+
== Changelog ==
*Version presented at first for the Scenery Beta 2011.
+
=== Version 1.01 ===
*Multilingual version: Spanish, English and Italian.
+
* Fixed a bug when send a line to a not playing player in battle mode.
*Configurable language changing files translate.txt and flag.png replacing Italian (use translate (English).txt as reference).
+
* Fixed music overlapping blind sound.
*Piece and blind textures changed.
+
* Dropping speed increases more rapidly.
*Used Bitmap fonts instead True Type to improve speed.
+
* Pause added.
*Flash added when one or more lines are completed.
 
*Auto Key repeat for lateral movement.
 
*Little pause after drop a piece.
 
*Piece colour are the same than original Tetris.
 
  
===Version 0.4===
+
=== Version 1.0 ===
*Fixed a bug in 480 lines visualisation modes
+
* Version presented at first for the Scenery Beta 2011.
 +
* Multilingual version: Spanish, English and Italian.
 +
* Configurable language changing files translate.txt and flag.png replacing Italian (use translate (English).txt as reference).
 +
* Piece and blind textures changed.
 +
* Used Bitmap fonts instead True Type to improve speed.
 +
* Flash added when one or more lines are completed.
 +
* Auto Key repeat for lateral movement.
 +
* Little pause after drop a piece.
 +
* Piece colour are the same than original Tetris.
  
===Version 0.3===
+
=== Version 0.4 ===
*Changed MP3 sound libraries to OGG.
+
* Fixed a bug in 480 lines visualisation modes
*Lines increased with levels.
 
*Better synchronization.
 
*Fixed bug in battle mode.
 
  
===Version 0.2===
+
=== Version 0.3 ===
 +
* Changed MP3 sound libraries to OGG.
 +
* Lines increased with levels.
 +
* Better synchronization.
 +
* Fixed bug in battle mode.
 +
 +
=== Version 0.2 ===
 
*First public release
 
*First public release
  
Line 68: Line 75:
  
 
Thanks to GRRLIB team for their fantastic library.
 
Thanks to GRRLIB team for their fantastic library.
 +
 +
Thanks to ----<small style="background:#f00">'''★ [[User:Airon90|<span style="color:#000">→ A</span>]][[Special:Contributions/Airon90|<span style="color:#f00;background:#000">ir</span>]][[User talk:Airon90|<span style="color:#000">on Ĉ</span>]]'''</small> for Italian and Esperanto translation
 +
  
 
Finally thanks to the wiki for all the knowledge contained.
 
Finally thanks to the wiki for all the knowledge contained.

Latest revision as of 07:48, 2 May 2012

Wiitriis
Wiitriis
General
Author(s)Wilco2009
TypePuzzle game
Version1.01
LicenceNot specified (open source)
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote4.svg WiimoteHorizontal.svg

Wiitriis is a port of famous tetris for Wii (4 players). Who has not spent hours and hours playing the old Tetris?. Surely many of you would have liked to replay in our beloved Wii. Well, here I bring WiiTriis. A port of Tetris adapted to the new possibilities of Wii. Play Wiitriis with your friends using your own Miis on your console. WiiTriis allows up to four players simultaneously with two game modes. If you are someone who like to compete, try the battle mode and send all your completed lines to your opponents. To play use the Wiimote horizontally, using the cross buttons to move the pieces and drop them and buttons 1 and 2 to rotate the pieces clockwise or counterclockwise. In battle mode you can choose the opponent to send you the lines you complete. Get to keep your score in the top five and see your mii proud in the gallery of fame.

Written in C using libogc, GRRLIB and libmii.

Captures

Screenshot 1

Screenshot 2

Video



Instructions

Homebrew Channel: Copy the wiitriis directory into the "apps" folder of your SD card. Launch the Homebrew Channel.

Translations

Copy the file "translate.txt" into your wiitris directory.

Changelog

Version 1.01

  • Fixed a bug when send a line to a not playing player in battle mode.
  • Fixed music overlapping blind sound.
  • Dropping speed increases more rapidly.
  • Pause added.

Version 1.0

  • Version presented at first for the Scenery Beta 2011.
  • Multilingual version: Spanish, English and Italian.
  • Configurable language changing files translate.txt and flag.png replacing Italian (use translate (English).txt as reference).
  • Piece and blind textures changed.
  • Used Bitmap fonts instead True Type to improve speed.
  • Flash added when one or more lines are completed.
  • Auto Key repeat for lateral movement.
  • Little pause after drop a piece.
  • Piece colour are the same than original Tetris.

Version 0.4

  • Fixed a bug in 480 lines visualisation modes

Version 0.3

  • Changed MP3 sound libraries to OGG.
  • Lines increased with levels.
  • Better synchronization.
  • Fixed bug in battle mode.

Version 0.2

  • First public release

Contact

wilco2009 at hotmail.es

Collaborations & Thanks

Special thanks to mugre1975 for his suggestions and collaboration.

Thanks to GRRLIB team for their fantastic library.

Thanks to ----→ Airon Ĉ for Italian and Esperanto translation


Finally thanks to the wiki for all the knowledge contained.

Controls

WiimoteHorizontal.svg Action
Wiimote D-Pad Move piece
Wiimote A Button Change the destination of the lines (Battle Mode).
Wiimote 1 Button Turn piece anticlockwise
Wiimote 2 Button Turn piece clockwise
Wiimote + Button Pause game
Wiimote HOME Button Exit