Java

Tetris

By | Java | No Comments

I created a Tetris clone in Java.
These are the controls for the applet below:

← and → Move brick left or right 1 position
Ctrl-← and Ctrl-→ Move brick left or right as far as possible
Shift Turn brick clockwise
Turn brick counterclockwise
Move brick down 1 position
CTRL ↓ of Enter Move brick down as far as possible

Read More

LinkGenerator

By | Java | No Comments

With this applet you can generate lists of strings with numbers.
Very handy when downloading galleries of numbered pictures from the web.
The new version has some neat new features. Check out the applet to see what they are.
Read More