/u/7434365
/joeiddon

A Game made in my own 3d engine

play here (instructions on first screen)

After getting a basic 3d engine working (see that post here) I wanted to test it out with a little game. The idea was simple: each time you take a step, a 'zombie' also takes a step directly towards you (but not the same length step as you). The aim is to simply try and walk past the pillars (where the zombie starts) without getting touched. It makes for quite a fun game (link at top).

As for the code, since I was still testing 3d things, I hadn't made an actual javascript library at the time. That meant the code is really messy and unreadable - so I have never re-visited the game. In addition to the fact that there isn't really much to say about the coding aspect, I won't bother trying to explain anything here.

Feel free to try and work through the code here on GitHub but I wouldn't advise it!