Its been a busy day, dragged myself out of bed this morning at 10.30 and started coding… here’s my first attempt at the 4k games contest.
http://www.cokeandcode.com/4k/tilt/
Webstart is here: http://www.cokeandcode.com/4k/tilt/tilt4k-mouse.jnlp
Jar is here:
http://www.cokeandcode.com/4k/tilt/
tilt4k-mouse.jar
Which you’ll have to run with:
java -cp tilt4k-mouse.jar G
I’ve not quite brought it in under the 4k limit yet but I’m still working on it. As far as I’m aware it should happily work on all platforms.
Controls are:
Space - Start Game
Escape - Quit Game
Cursors - Tilt Board
5 levels in the 4k entry.
Feedback would be appreciated as always (especially to do with platform issues).
Finally, it doesn’t use a hires timer as yet (though I think I’ll make the final entry use the 1.5 one) so if you’re running on windows and get a bit of time related stuttering you know why
** UPDATE ** - Source is now available on the website.
Kev
PS. Gravity Battle new version is also up at: http://www.cokeandcode.com/grav2/grav2.jnlp (which should also work on all plaformts now, DrA!)
PPS: I could really do with some tips on how to shrink this sucker down the final 500 bytes.