This is a Tank Wars HTML5 web based game. An old tank game from Nintento consoles from 90's
Unzip files and upload to web server.
No settings needed for web version. I am not test Mobili APK, becouse i have no time.
120+ levels for fun play, Level Editor, Multiplayer option.
Donwload
Content locked
This content has been locked. Please login or register in order to unlock it.
EXTRA INFO:
For projects written in Construct 2 like this you can use your own hosted web signalling server for the multiplayer part of the game.
It uses node; here is the link for it to make this to your own network.
Donwload
Content locked
This content has been locked. Please login or register in order to unlock it.
There is a prequisite software also a pure untouched and a preconfigured server it needs node. All you have to do is configure and make SSL keys and crt for it.
The source itself for the server so small that it can be hosted on pastebin
Just make this two files into one directory, and install:
Node.js, after that:
npm install ws
npm install colors
Edit your config.js, and run with:
node sigserv.js
The Source itself:
Content locked
This content has been locked. Please login or register in order to unlock it.
You should use the minified one, keep in mind that this is just the server you NEED to configure/and modify big parts of the game source itself to work with it.