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

https://github.com/andreapavoni/spaceinvaders-es6

Simple spaceinvaders to ES6 (port)
https://github.com/andreapavoni/spaceinvaders-es6

Last synced: about 1 year ago
JSON representation

Simple spaceinvaders to ES6 (port)

Awesome Lists containing this project

README

          

# Space Invaders ES6

A simple port to ES& of this: https://github.com/dwmkerr/spaceinvaders

## Setup and run

```sh
git clone https://github.com/andreapavoni/spaceinvaders-es6
cd spaceinvaders-es6
npm install
npm run build
open index.html
```

## TODO
* add sounds assets
* cleanup codebase