Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Casmo/tower-defense
3D Tower Defense build with Three.js in HTML5!
https://github.com/Casmo/tower-defense
Last synced: 6 days ago
JSON representation
3D Tower Defense build with Three.js in HTML5!
- Host: GitHub
- URL: https://github.com/Casmo/tower-defense
- Owner: Casmo
- License: mit
- Created: 2014-07-20T08:57:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T07:31:44.000Z (3 months ago)
- Last Synced: 2024-08-07T11:18:10.984Z (3 months ago)
- Language: JavaScript
- Homepage: https://couchfriends.com/games.html
- Size: 11.1 MB
- Stars: 101
- Watchers: 10
- Forks: 83
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Tower Defense - 3D Tower Defense build with Three.js in HTML5. (Browser-Based / Strategy)
README
# Tower Defense
A Tower Defense game build with the [Three.js](https://github.com/mrdoob/three.js) library written in Javascript & HTML5.## Install
Download the repository and unzip it somewhere on your computer. Open the "index.html" in
[Firefox](https://getfirefox.com/) or [Chrome](https://www.google.com/chrome/) and play!## How to contribute
Help us designing the interface, create 3D models (.obj) for towers and enemies, programming
or help bug testing. See CONTRIBUTE for more information.## Links
* [Working demo](https://couchfriends.com/src/games/tower-defense/index.html)
* [Couchfriends.com](https://couchfriends.com)### Todo
1. Making waves
2. Different bullets per tower
3. Storing and saving score and progress
4. Working with (different) levels
5. Upgradable towers
6. Dynamic level design (e.g. different heights in a level)