Tetris Wiki
No edit summary
No edit summary
Line 2: Line 2:
 
|developer =
 
|developer =
 
|publisher = Microsoft
 
|publisher = Microsoft
|released =
+
|released = 1990
 
|platform = Microsoft Windows 3.x
 
|platform = Microsoft Windows 3.x
 
|hold = No
 
|hold = No
Line 14: Line 14:
 
Also known as ''Microsoft's Best Of Windows Entertainment Pack'' or BOWEP for short.
 
Also known as ''Microsoft's Best Of Windows Entertainment Pack'' or BOWEP for short.
 
== Scoring ==
 
== Scoring ==
Programers used integer variable to store points gaind by player, so in effect when you reach 32,767 your score goes to the beginig of variable (and that is -32,767).
 
 
 
 
[[Image:Integer.JPG|113px x 224px|thumb|left|Integer passed]]
 
[[Image:Integer.JPG|113px x 224px|thumb|left|Integer passed]]
  +
*The current piece starts with an initial score value, which increases for each successive playing level. Each time you rotate the piece or move it horizontally, its score value decreases.
  +
*If you drop the piece, its score value increases proportionally to the distance it falls. Therefore, you can achieve the highest score per piece by immediately dropping the piece from the top of the playing area. (The lowest score per piece will result when you continually manipulate the piece until it lands on another piece or the bottom of the playing area)
 
*Programers used integer variable to store points gaind by player, so in effect when you reach 32,767 your score goes to the beginig of variable (and that is -32,767).
  +
{| border="2" cellpadding="2" cellspacing="0" style="margin-top:1em; margin-bottom:1em; background:#f9f9f9; border:3px #999999 solid; border-collapse:collapse;"
  +
|+'''Bonus for clearing rows'''
  +
! bgcolor="#66BB55"|Row || bgcolor="#BBBBBB"|Points
  +
|- align="center"
  +
| bgcolor="#D7ECC6"| One Row || 100
  +
|- align="center"
  +
| bgcolor="#D7ECC6"| Two Rows || 200
  +
|- align="center"
  +
| bgcolor="#D7ECC6"| Three Rows || 400
  +
|- align="center"
  +
| bgcolor="#D7ECC6"| Four Rows || 800
  +
|}
 
[[Category:Games List]]
 
[[Category:Games List]]

Revision as of 10:32, 21 March 2008

Also known as Microsoft's Best Of Windows Entertainment Pack or BOWEP for short.

Scoring

Integer

Integer passed

  • The current piece starts with an initial score value, which increases for each successive playing level. Each time you rotate the piece or move it horizontally, its score value decreases.
  • If you drop the piece, its score value increases proportionally to the distance it falls. Therefore, you can achieve the highest score per piece by immediately dropping the piece from the top of the playing area. (The lowest score per piece will result when you continually manipulate the piece until it lands on another piece or the bottom of the playing area)
  • Programers used integer variable to store points gaind by player, so in effect when you reach 32,767 your score goes to the beginig of variable (and that is -32,767).
Bonus for clearing rows
Row Points
One Row 100
Two Rows 200
Three Rows 400
Four Rows 800