Working on a platformer, just got scrolling, jumping, and collision detection going.
You can find the Applet here…http://www.paraduck.net/misterbob/platformer/classes/
Not too much gameplay yet, but I wouldn’t mind if people would see if it worked on their systems.
Known Issues:
If you time spacebar right, it is possible to inc jump height or 2x jump.
Sometimes the character can slide into a block slightly (This I can fix pretty quick using modulus).
You can scroll the screen past the level boundary, and if you go out there you can get an array out of bounds…
Thanks in advance for your input!