https://github.com/mickey/space_shooter
Space Shooter with Crafty.js
https://github.com/mickey/space_shooter
Last synced: 11 months ago
JSON representation
Space Shooter with Crafty.js
- Host: GitHub
- URL: https://github.com/mickey/space_shooter
- Owner: mickey
- Created: 2012-09-10T22:36:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-11T09:13:41.000Z (almost 14 years ago)
- Last Synced: 2025-01-18T05:48:47.373Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://fierce-river-4788.herokuapp.com/
- Size: 22.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== An experiment doing a sapce shooter with Crafty.js
Demo here[http://fierce-river-4788.herokuapp.com/].
It was originally bootstrapped using Rails for a future backend but I was bored and never really implemented any kind of backend neither finished the game.
All the code is in app/assets/javascripts[https://github.com/mickey/space_shooter/tree/master/app/assets/javascripts].
All is not used in the game but a lot have been implemented: different kind of enemys, squadrons of enemys, waves, levels, weapons,, ...
You can also check my assets baker[https://github.com/mickey/space_shooter/blob/master/lib/tasks/baker.rake].