HTML5/Javascript multiplayer arcade game.
You command a tank unit that has to destory the enemy by shooting projectiles.
Use the Mouse or Touch to shoot. Select an angle and power of the shot.
Use Enter to send a chat message.
Run npm install
in the main directory to install all dependencies.
Run npm install
in the client
subfolder to install all dependencies.
Run grunt
in the main directory to start the server.
Run grunt
in the client
directory to start the game client.
Play the game at http://localhost:3000
The following open source javascript libraries:
- Phaser - Phaser is a fun, free and fast 2D game framework for making HTML5 games.
- p2.js - JavaScript 2D physics library.
- lodash - A utility library delivering consistency, customization, performance, & extras.
- Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
TODO
TODO
CC BY-ND 4.0 License