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

https://github.com/hph/mousy

A simple shooter written in ES6.
https://github.com/hph/mousy

Last synced: 11 months ago
JSON representation

A simple shooter written in ES6.

Awesome Lists containing this project

README

          

# mousy
A simple shooter written in ES6.

## Setup
Clone the repository and change directory:

git clone git@github.com:hph/mousy.git && cd mousy

Install dependencies and build the app:

npm install && gulp

Now you should be able to open `index.html` with your browser and play.