% Response.Buffer = TRUE %>
<%
playground_GetMemberInfo MemberID, Member, ScreenName, EMail, Privacy, Block, Privilege, ProtestPoints
If MemberID <> 0 Then
LoggedIn = true
End If
playground_GetAdminOptions SiteAvailable, AllowAllPosts, ModeratorPrivs, ProtestPointsMax
if Not SiteAvailable then
Response.Redirect("playgroundNotAvailable.asp")
end if
%>
Moxy Früvous Playground
Moxy Tetrous
|
|
|
 |
|
| Moxy Tetrous (written in Java -you need the latest version of Netscape or Explorer.)
|
Moxy Tetrous is a variation of the game Tetris. See detailed rules.
Keep the blocks from reaching the lads! To start, click in the gray area and type "s".
| Key | Action |
| s | start game |
| left arrow | move left |
| right arrow | move right |
| up arrow | rotate |
| down arrow | drop |
Moxy Tetrous should display in the space below after it is loaded completely (give it a minute). If it does not, your browser does not support the latest Java
|
| |
|
|
| |
| Top Scores(Refresh page to see latest) |
| Name | Score | Date |
<%
Set TetrisTable = CreateObject("ADODB.Recordset")
TetrisTable.Open "Select TOP 10 * FROM Tetris ORDER BY Score DESC", "DSN=frutetris;"
Do Until TetrisTable.EOF
Name = TetrisTable.Fields("Player")
Score = TetrisTable.Fields("Score")
GameDate = TetrisTable.Fields("Date")
TetrisTable.MoveNext
%>| <%=Name%> | <%=Score%> | <%=GameDate%> | <%
Loop
TetrisTable.Close
%>
|
| |
| Game Rules |
| The object of Moxy Tetrous is stack the shapes without any holes to keep them from reaching the lads. |
| |
- Click your mouse in the gray area.
|
- Enter "s" to start the game.
|
- Use the following keys to control the shapes:
| Key | Action |
| s | start game |
| left arrow or "b" | move left |
| right arrow or "m" | move right |
| up arrow or "n" | rotate |
| down arrow or "z" | drop |
|
- If a row is created without any spaces, it will disappear.
|
- When the shapes reach the top, the game is over.
|
| |
|