473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

JS TETRIS

a JS Tetris online with hall of fame

http://www.idep-multimedia.com/tetris/tetris.php

Enjoy!

fabgrass
Jul 20 '05 #1
1 1955
"Fabien Grasset" <fg******@idep-multimedia.com> wrote in message
news:40***********************@news.free.fr...
a JS Tetris online with hall of fame

http://www.idep-multimedia.com/tetris/tetris.php Enjoy!


If anyone fancies getting into the hall of fame without messing around
playing the game the back-end is wide open. So - on the tetris page:-

Show the submit button:-
javascript:
void(document.getElementById("HS").style.visibilit y="visible");

LINES:
javascript:void(document.getElementById("nbligne") .value=564000);
LEVEL:
javascript:void(document.getElementById("niveau"). value=37000);
SCORE:
javascript:void(document.getElementById("score").v alue=2346100);
type="hidden" ? :
javascript:void(document.getElementById("nbcoup"). value=370000);

(or something more realistic)

and on the hall of fame page:-

kill the onsubmit handler:
javascript:void(document.forms[0].onsubmit = null);

set maxLength to something bigger:-
javascript:void(document.getElementById("nom").max Length=41);

write a name (including HTML but only 30 characters - trimmed on the
server):-
javascript:void(document.getElementById("nom").val ue="*30 chars*");
This is the context you will be inserting the name into:-

<td><strong>
<font color="#ffff00" size="2" face="Arial, Helvetica, sans-serif">
&nbsp; *30 chars* </font></strong></td>

It has been noticed so it probably will be fixed soon.

Enjoy!

Richard.
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
new
by: Willie Clement | last post by:
i really want to get into programming. I am only 15 but what a time to start eh? i would really like to know how a lot of you started proggrmaing and what some things i would need to learn. I know...
8
by: fabgrass | last post by:
I just posted online a new tetris clone in javascript. you can play it at http://www.idep-multimedia.com/tetris/tetris.php it s fully and actually playable, and high scores are saved in a hall...
5
by: Lt | last post by:
Hello, I'm gonna write my first 3D multiplayer game using DirectPlay, VC++ ..NET 2002. I've done tutorials supplied along with DXSDK Then I wanted to use the DirectX AppWizard but it produced over...
1
by: Steve | last post by:
Can anyone explain why C++ .NET compiler throws error for the following code segment: // Forward declaration of ListViewItemComparer class public __gc class ListViewItemComparer ; public __gc...
0
by: daveW | last post by:
Hi, I've been messing around with a personal website for a while now, and having totally bust my leg skiing have been google-wacking to work out how to use these funky stylesheet things. After...
2
by: dondora | last post by:
hi I wanna know how many lines it uses to make that. I appreciate it~~
2
by: Devon G. Parks | last post by:
I've been searching google and this group for a while now for a good tutorial on making a Tetris-style game in Python. I hear Tetris is a good starting point, and although I am fairly new to...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.