https://github.com/caferrari/javascript_starship
I'm learning javascript, and as usual I try to make a simple game.
https://github.com/caferrari/javascript_starship
Last synced: about 1 month ago
JSON representation
I'm learning javascript, and as usual I try to make a simple game.
- Host: GitHub
- URL: https://github.com/caferrari/javascript_starship
- Owner: caferrari
- Created: 2014-06-09T11:36:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T13:17:42.000Z (about 12 years ago)
- Last Synced: 2025-07-06T16:44:15.357Z (about 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning JS while making an starships game
==========================================
Done:
- Ship system BUS through an Event Manager
- Power Reactor
- Power Capacitors
- Weapon System
- Power Splitter (Splits the energy produced by the reactor efficiently to all uncharged components)
ToDo:
- Shield and damage system
- Internal computer assistence through voice (shields at 50%, ion cannon charged, etc)
- Targeting system