An open API service indexing awesome lists of open source software.

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

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].