Java Test: Ramping up for 7DRL
I’ve decided to take the jump and enter the Seven Day Roguelike (7DRL) competition starting next month. The challenge? Write a complete “rogue-like” adventure game in just seven days. The additional challenge is that these include WORKING days, so there’s far less time in which to do it. My first inclination was to do it in Python with the PyGame SDL libraries on Linux. Trouble is, nobody will ever see the game that way. So while talking with Kasul last night, I decided to reach deep into my past and write it as a Java applet. ...



