Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanie21/game-time-snake
Classic snake game made with object-oriented programming
https://github.com/swanie21/game-time-snake
chai html-canvas html5 jquery oop snake-game webpack
Last synced: 25 days ago
JSON representation
Classic snake game made with object-oriented programming
- Host: GitHub
- URL: https://github.com/swanie21/game-time-snake
- Owner: swanie21
- License: mit
- Created: 2016-07-26T23:33:30.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-08-08T20:16:51.000Z (over 8 years ago)
- Last Synced: 2024-11-11T01:20:03.653Z (3 months ago)
- Topics: chai, html-canvas, html5, jquery, oop, snake-game, webpack
- Language: JavaScript
- Homepage: http://kirstenswanson.io/game-time-snake/
- Size: 1.68 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README copy.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Time Starter Kit
To install the dependencies:
```
npm install
```To fire up a development server:
```
npm start
```Once the server is running, you can visit:
* `http://localhost:8080/webpack-dev-server/` to run your application.
* `http://localhost:8080/webpack-dev-server/test.html` to run your test suite in the browser.To build the static files:
```js
npm run build
```To run tests in Node:
```js
npm test
```