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.
- Host: GitHub
- URL: https://github.com/hph/mousy
- Owner: hph
- Created: 2015-08-13T03:26:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T11:12:54.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T07:43:11.464Z (over 1 year 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 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.