Tetris (Microsoft Entertainment Pack for Windows): Difference between revisions

From Hard Drop Tetris Wiki

Jump to: navigation, search
No edit summary
No edit summary
 
(10 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Infobox |title = Microsoft Entertainment Pack for Windows
{{Infobox/Game
|developer =  
|name=Microsoft Entertainment Pack for Windows
|publisher = Microsoft
|image=Tetrismep.png
|released =
|developer=
|platform = Microsoft Windows 3.x
|publisher=Microsoft
|hold = No
|platform=Microsoft Windows 3.x
|SRS = No
|releasedate=1990
|hard = Hard drop only
|preview=1
|preview = 1
|playfield=10w x 20h visible
|playfield = 10w x 20h visible
|system=
|title-scrn = Windtetrisstart.png
|garbage=
|ingame-scrn = Windtetrisgame.png
|blocking=
|hold=No
|hard=Hard drop only
|180=
|tuning=
|twitch=
|speedrun=
|strategywiki=
|website=
}}
}}
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).
[[File:TBOWEP 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)
*Programmers used 16-bit signed integer variables to store points gained by the player. Because of the binary representation of the signed number inside the computer, after you reach the largest possible value (32,767 points) it overflows and is displayed as a negative number (-32,768 points).
{| 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
|}
 
==Gallery==
<gallery>
Windtetrisstart.png |
Windtetrisgame.png  |
</gallery>


==External links==
* [http://answers.microsoft.com/en-us/windows/forum/windows_other-gaming/where-to-go-to-get-the-tetris-you-had-in-previous/ac9f7f07-9d53-40ae-928f-336d904d7af5 where to go to get the tetris you had in previous windows?] (microsoft.com)


[[Image:Integer.JPG|113px x 224px|thumb|left|Integer passed]]
{{Stub}}
[[Category:Games List]]
[[Category:Games]]

Latest revision as of 13:12, 20 September 2024

Microsoft Entertainment Pack for Windows
Tetrismep.png
Release Information
Developer
Publisher Microsoft
Platform Microsoft Windows 3.x
Release Date 1990
Gameplay Information
Next pieces 1
Playfield dimensions 10w x 20h visible
Rotation system
Hold piece
Hard drop N/A
Has 180° rotation N/A
Adjustable tuning N/A
Websites

Twitch Speedrun.com StrategyWiki

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

Scoring

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)
  • Programmers used 16-bit signed integer variables to store points gained by the player. Because of the binary representation of the signed number inside the computer, after you reach the largest possible value (32,767 points) it overflows and is displayed as a negative number (-32,768 points).
Bonus for clearing rows
Row Points
One Row 100
Two Rows 200
Three Rows 400
Four Rows 800

Gallery

External links

This article is a Hard Drop Tetris Wiki stub.

You can help Hard Drop Tetris Wiki by expanding it.