24 Hours In
Edit: Got a demo going! It’s Java WebStart. If you play it, let me know how it went!
Progress is going well. I have introduced an animation thread into my game so it’s not turn-based. The rendering is spotty - the player flickers just noticeably enough - but there is a lot of improvement I can make in the rendering code. Right now all sorts of things happen in the paint method, which should go elsewhere.

The camera switches direction every 1.5 seconds (it’s supposed to be a security camera). Collision detection still works, which is never taken for granted. Next thing I will do is package it up as a JNLP so I can put up a demo.















