An open API service indexing awesome lists of open source software.

https://github.com/unblevable/monster-tower-defense

A tower defense game
https://github.com/unblevable/monster-tower-defense

Last synced: 15 days ago
JSON representation

A tower defense game

Awesome Lists containing this project

README

          

Monster Tower Defense
=====================

Overview
--------

A tower defense game written in JavaScript with HTML5 Canvas. This project is an exploration in data structures, algorithms and techniques in game development including:

+ Tile-based graphics
+ Sprite animation
+ Double buffering with layered canvases
+ Quadtree collision detection
+ A* pathfinding

Play
----
As of now, the game is completely client-side, so you can just __clone or download__ the project and __open index.html__ in any browser. The game isn't actually playable in its current state, but you can enjoy the animations and simple pathfinding!