Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
A simple shooter written in ES6.
- Host: GitHub
- URL: https://github.com/hph/mousy
- Owner: hph
- Created: 2015-08-13T03:26:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T11:12:54.000Z (over 9 years ago)
- Last Synced: 2024-10-28T03:20:13.517Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mousy
A simple shooter written in ES6.## Setup
Clone the repository and change directory:git clone [email protected]: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.