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
- Host: GitHub
- URL: https://github.com/unblevable/monster-tower-defense
- Owner: unblevable
- Created: 2013-12-02T10:39:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T00:32:52.000Z (over 11 years ago)
- Last Synced: 2025-03-05T07:45:21.435Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!