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

Difference between revisions of "Tetris Custom"

From WiiBrew
Jump to navigation Jump to search
(Another deadlink without an archive)
 
(10 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
| title      = Tetris Custom
 
| title      = Tetris Custom
 
| image      =  
 
| image      =  
| type        = [[List_of_homebrew_games#Puzzle|Puzzle]]
+
| type        = puzzle game
 
| author      = [[User:TheDrev|TheDrev]]
 
| author      = [[User:TheDrev|TheDrev]]
| version    = 1
+
| version    = 1.1
 
| language    = English
 
| language    = English
 
| download    = http://olivier.drevet.free.fr/app/download/Tetris%20Custom%20Wii.zip
 
| download    = http://olivier.drevet.free.fr/app/download/Tetris%20Custom%20Wii.zip
 +
| source      = http://olivier.drevet.free.fr/app/download/Tetris_Custom_src.zip
 
| website    = http://olivier.drevet.free.fr
 
| website    = http://olivier.drevet.free.fr
 
| peripherals = {{Wiimote1}}
 
| peripherals = {{Wiimote1}}
| hbb=no
+
| hbb         =
 
}}
 
}}
 +
{{No Download}}
  
 
==What is that==
 
==What is that==
Line 29: Line 31:
 
=== V1 ===
 
=== V1 ===
 
First release
 
First release
=== V1.1===
 
Blocks have there own color
 
  
In game right menu have a layout
+
=== V1.1 ===
 +
Blocks have there own picture
 +
 
 +
In game right menu have a background
  
 
Totals of lines
 
Totals of lines
Line 48: Line 51:
 
Better control response (technically, by updating the game speed timer instead of moving the block down on key down pressed)
 
Better control response (technically, by updating the game speed timer instead of moving the block down on key down pressed)
  
skin directory can now be in lowercase
+
skin directory can now be in lowercase in the xml file (not the actual directory)
  
 
Corrected a bug that miscounted lines when 2 single line where completed
 
Corrected a bug that miscounted lines when 2 single line where completed
Line 57: Line 60:
 
| <youtube valign="top" align="left">DvUjlEOXJQc</youtube>
 
| <youtube valign="top" align="left">DvUjlEOXJQc</youtube>
 
|}
 
|}
 +
 +
== Tetris play around ==
 +
 +
Now that I have finished the tetris code, I'll play around with it by release here some alternative version
 +
 +
=== Mariotris ===
 +
 +
A crossover between tetris and mario bros
 +
 +
=== Bintris ===
 +
 +
A binary tetris.
 +
[http://olivier.drevet.free.fr/app/download/Tetris%20Bin%20Wii.zip]
 +
 +
Features :
 +
 +
*Only 0 and 1
 +
*Give headache

Latest revision as of 07:42, 21 August 2022

Tetris Custom
General
Author(s)TheDrev
TypePuzzle game
Version1.1
Language(s)English
Links
[[1]]
Website
Source
Peripherals
Wiimote1.svg
ARCHIVISTS NEEDED
This homebrew application currently contains an invalid download link. It was either not caught in the web archive or on a forum that required registration to download files; which the Wayback Machine cannot index.

PLEASE PROVIDE A NEW DOWNLOAD IF YOU HAVE THIS APPLICATION.

What is that

This is yet another Tetris, but you can put your own sounds and graphics by editing the res/tetris.xml file. The Default skins are Keithris featuring Talking Classics' Keith Apicary (Screw Attack), and a classic skin named Russia.

Adding a skin

Edit the tetris.xml file and add images and sounds in a subdir of the res directory. the skin directory's name must be in uppercase.

Submit skins

... if you want to

Change log

V1

First release

V1.1

Blocks have there own picture

In game right menu have a background

Totals of lines

Screen a little wider for a better menu layout

Fill with blocks on game over

Intro played only once, music put to the intro and voice to selection menu

Rotation to left and right (using a new rotate algorithm)

Mirror mode

Better control response (technically, by updating the game speed timer instead of moving the block down on key down pressed)

skin directory can now be in lowercase in the xml file (not the actual directory)

Corrected a bug that miscounted lines when 2 single line where completed

Media

v1

Tetris play around

Now that I have finished the tetris code, I'll play around with it by release here some alternative version

Mariotris

A crossover between tetris and mario bros

Bintris

A binary tetris. [2]

Features :

  • Only 0 and 1
  • Give headache