0.0.4 • Published 9 years ago

rd.ctf v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

rd.ctf

The client for a CTF shooter game created for RobotDan.

Depends on having a running ctf_server.

Installation

  npm install rd.ctf --save

Usage

  var CTF = require('rd.ctf');
  new CTF(canvas, 'ws://localhost:8080/ctf');

Tests

  npm test

Release History

  • 0.0.4 Handle character actions
  • 0.0.3 Refactor to use ctf_server
  • 0.0.2 Make images work
  • 0.0.1 Initial release
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago