/Vitou-arenatanks

Simple arena tanks game as an example project for the Vitou game server

Primary LanguageJavaScript

Vitou Arena Tanks

This is an example game for the Vitou game server. It's a very simple 2-4 arena tanks game.

Vitou project

Prerequisites

Run example game server

  • "node --use_strict ./vitou.js" in project root runs the game server.
  • If local, open "/client/gameclient.html" in a browser
  • If remote, use a web server and make "/client/gameclient.html" available

See server documentation in /documentation/