Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 474 Bytes

tank3d

Multiplayer 3d tank game.

Technology

FrontEnd - threejs, webpack

BackEnd - node, express, socketio, nodemon, synapticjs

The bots in the game are controlled using neural networks built on top of synapticjs. The bots are designed to move towards the closest player.

Development Instructions

  1. clone repo
  2. npm install
  3. start the project using npm run dev
  4. development project can be accessed on http://localhost:8080/