Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olizilla/invader
A random SpaceInvader generator
https://github.com/olizilla/invader
Last synced: 9 days ago
JSON representation
A random SpaceInvader generator
- Host: GitHub
- URL: https://github.com/olizilla/invader
- Owner: olizilla
- Created: 2013-02-14T18:54:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T20:08:35.000Z (almost 8 years ago)
- Last Synced: 2024-10-08T00:25:05.440Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://olizilla.github.io/invader/
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invader
A random SpaceInvader generator in ~40 lines of fancy, arrays-all-the-things coffescript.
Inspired by the work of Jared Tarbell, an open-source-code-as-art hero.
Created Feb 2013 as an exercise in learning whats good about coffeescript, and arrays for all the things.
[Glitched](https://glitch.com/) in 2017 for fun and curiosity.
## Getting Started
Clone the repo and open [index.html](./index.html) in a browser and click.
Built with node, npm & coffescript.
- `npm start` will re-build main.js from `main.coffee`
- `npm watch` is better when editing, it'll rebuild `main.js` when `main.coffee` is saved.