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

From Hard Drop Tetris Wiki

Jump to: navigation, search
No edit summary
No edit summary
Line 15: Line 15:
== 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).
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]]
[[Category:Games List]]
[[Category:Games List]]

Revision as of 00:10, 21 March 2008

Microsoft Entertainment Pack for Windows

[[File:{{{boxart}}}|175px]]
Developer(s)
Publisher(s) Microsoft
Release Date(s)
Platform(s) Microsoft Windows 3.x

Gameplay Info

Next pieces 1
Playfield dimensions 10w x 20h visible
Hold piece No
Hard drop Hard drop only
Rotation system {{{system}}}
Has 180 rotation {{{180}}}
Adjustable tuning {{{tuning}}}
Garbage attack type {{{garbage}}}
Garbage blocking type {{{blocking}}}
Website {{{website}}}
Windtetrisstart.png Windtetrisgame.png

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

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:Integer.JPG
Integer passed