Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```