Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurca/futuremesh
Automatically exported from code.google.com/p/futuremesh
https://github.com/jurca/futuremesh
Last synced: 6 days ago
JSON representation
Automatically exported from code.google.com/p/futuremesh
- Host: GitHub
- URL: https://github.com/jurca/futuremesh
- Owner: jurca
- License: isc
- Created: 2015-03-31T15:59:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T10:01:57.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:08:52.972Z (7 months ago)
- Language: JavaScript
- Size: 25.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# futuremesh
Automatically exported from code.google.com/p/futuremesh
*This project has been retired, because building an RTS game engine without the
use of any generic game engine, or, at least, helper libraries, is a little too
much for a single person. Furthermore, the platform, APIs and tools have
improved over the course of this project (5 years) a lot, so most of the
project became outdated.*Futuremesh is a simple military real-time strategy (RTS) game engine designed
for HTML5-compatible browsers.By adding unit definitions, custom graphics, music, sound and levels, one may
easily create their own in-browser real-time strategy game.Gameplay demo (somewhat buggy):
[gameplay.html](http://jurca.github.io/futuremesh/gameplay.html)
(Try refreshing the page is you see an error)The map editor:
[mapeditor.html](http://jurca.github.io/futuremesh/mapeditor.html)Beta version of map generator:
[mapgenerator.html](http://jurca.github.io/futuremesh/mapgenerator.html)