0.0.4 • Published 9 years ago
rd.ctf v0.0.4
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