Tetris Clone

Here’s my version of Tetris; it has most of the features of the original game, save different difficulty settings.

Play it here.

-Nate

Nice, but pieces should not immediately become immovable when they land on the bottom/on another piece. The user should get one more drop timeslice to move or rotate the piece. That allows you to wedge into places you couldn’t otherwise.

Also, you have a harmless call to System.exit() that can be removed.

I’m sure it’s my computer but I get this error

java.lang.UnsupportedClassVersionError: com/natekramber/RunApplet : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(Unknown Source)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.defineClassHelper(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.access$100(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Exception: java.lang.UnsupportedClassVersionError: com/natekramber/RunApplet : Unsupported major.minor version 51.0

On the bright side I played your other games, I liked the top down shooter x). Your RS tab is blank for me.

for some reason, my antivirus blocks your website…(ESET business btw)

Yeah, this is my next focus. Should only take a few minutes, but I’m lazy :stuck_out_tongue:

Thanks! I have another game-in-the-making that builds off of this one, but I’m not putting it on the website until it’s done. You can try it here!

Yeah, I used .co.cc to make it shorter, but it gets blocked a lot. Try this instead.

-Nathan

Thanks. Website loads now.

This is, like, the original Tetris, you know?

[quote]Thanks! I have another game-in-the-making that builds off of this one, but I’m not putting it on the website until it’s done. You can try it here!
[/quote]
Is that game made with Slick2D, Java2D, or something else?

Is that game made with Slick2D, Java2D, or something else?
[/quote]
Just Java2D.

-Nathan

yeah I can’t play it either, because you meanie used java 7 =P

…why don’t you update? Lol.

-Nathan