#3D Tower Defense
The aim of this project is to create a tower defense game in Javascript that takes place in a full 3D enviroment. Enemies will enter the field from multiple directions, and defensive towers must be placed in 3D to guard not just one track on one plane, but multiple tracks on multiple planes.
Game is no longer playable.
All 3D rendering will be done using the three.js Javascript 3D Engine.
Change Log
2011-10-02 - Alpha 1.0
* First test of SkyBox successful, rendering done with canvas
2011-10-04 - Alpha 1.1
* SkyBox expanded, first tests of FlyCamera
2011-10-05 - Alpha 1.2
* FlyCamera successfully implemented
2011-10-06 - Alpha 1.3
* Three.js updated and broke camera, camera code updated to new version
* Center planet rendered
* Added first models (no textures)