Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/octo-space-wars
A Web GL Octo "spaceWarSimulation"
https://github.com/s-a/octo-space-wars
Last synced: about 5 hours ago
JSON representation
A Web GL Octo "spaceWarSimulation"
- Host: GitHub
- URL: https://github.com/s-a/octo-space-wars
- Owner: s-a
- License: mit
- Created: 2014-01-11T11:19:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T06:25:09.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T22:49:09.860Z (7 months ago)
- Language: JavaScript
- Size: 56.6 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
octoSpaceWars
===============In development...
A Web GL Octo "spaceWarSimulation" experiment
***So far only tested with Google Chrome******Demo***
http://s-a.github.io/octo-space-wars/***JavaScript API docs***
http://s-a.github.io/octo-space-wars/js/game/out/***Todo***
* Increase credits and flyers for all players on each planet per game round
* Attack enemy planet on left click
* Defend own planet on right click
* Buy planet upgrades to increase defense power
* Simulate game battle while flyers are attacking a planet
* Rewrite flyerPosition methode to use particle system better
* Detect flyer colusion
* Calculate a secure path through path through space for flyers
* Pay attention to gravity for planets and flyers
* Load current flyers from JSON data to save a game
* Voice commands
* Support touch devices
* And much more... :)