inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jun 15, 2011 22:51:39 GMT -8
I made HTML5 Tetris to play on the Nintendo 3DS browser (try it out for those of you who have a 3DS). It uses the <canvas> element, obvious. Canvas is cool and all, but the JavaScript for drawing on it is too bulky IMO... I finished the basic framework - a fully playable game - in a day, then spent today doing the fancier stuff, like a display for next block, up key being instant drop, score, high score, getting faster with larger score, etc. So, as far as I'm aware, it's a fully functional Tetris game now. Lemme know what you think: Tetris 3DS
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jun 20, 2011 19:41:21 GMT -8
Looks really good although none of the controls work for me in FireFox.
By the way, could you send me a copy of the uncompressed code so I can inspect your code? I just want to compare yours to my old one to see the differences.
And I like the cool animation when you fill a line.
|
|
inherit
*this CT deserves an achievement*
136400
0
Jun 25, 2021 18:23:00 GMT -8
Trill
hola
6,232
January 2009
ghbraingle
|
Post by Trill on Jun 20, 2011 20:08:06 GMT -8
Very cool! I've never seen a game like Tetris written in HTML. The coding is definitely far beyond my comprehension, but I can appreciate the different parameters, equations, or functions you may have used for this.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jun 20, 2011 21:17:49 GMT -8
I don't know why the controls don't work in Firefox. I'm not worried about it though. I made it only to be compatible with the Nintendo 3DS. The fact that it worked in Chrome was a plus.
|
|
inherit
12045
0
Nov 19, 2012 14:52:05 GMT -8
Renegade
As unique as mice pudding milkshake
40,557
August 2003
renegade
|
Post by Renegade on Jun 22, 2011 10:30:24 GMT -8
It works in IE9 too. Surprising that it doesn't work in FF.
|
|