Skip to content

Kentaxer/Tank

 
 

Repository files navigation

#Battle Tank


Battle Tank is a just-for-fun project. We want to make a online Battle City project, and at the same time BT(Battle Tank) can support multiplayer mode.

How to run

  1. Ensure you have installed the latest Node.js.
  2. Clone git repository to your hard disk.
  3. Enter the folder including your code.
  4. Input npm install --production
  5. Input npm start. Now the server is started up.
  6. Open your favorite browser and open this link, http://localhost:3000.
  7. Now enjoy the game!

Issues and fixes If in step 4, popup message: "Error: ENOENT, stat '%appdata%\Roaming\npm', then go to %appdata% and create the npm folder.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%