#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
- Ensure you have installed the latest Node.js.
- Clone git repository to your hard disk.
- Enter the folder including your code.
- Input
npm install --production
- Input
npm start
. Now the server is started up. - Open your favorite browser and open this link, http://localhost:3000.
- 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.