Skip to content

School project (TUL): Online 3D first person shooter written in JavaScript

License

Notifications You must be signed in to change notification settings

svagi/game-of-credit

Repository files navigation

Game-of-credit

Online 3D first person shooter experiment. IN DEVELOPMENT.

Circle CI Dependency Status devDependency Status


Install

  1. Install iojs
  2. Clone this repo git clone [email protected]:svagi/Game-of-credit.git
  3. Change directory cd Game-of-credit
  4. Install all dependencies npm install

Run it locally

npm start

Runs server in development mode and start watching for file changes.

Tests

npm test

Runs all test along with linting.

Linting

npm run lint

Runs eslint for JavaScript source files.

License

Apache 2