Alan01252 / battlecity-js-remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a port/remake of an old online game I used to play based on the code here:

https://github.com/Deceth/Battle-City

Very much a work in progress / hobby project

Basic playable version of the client here:

https://alanhollis.com/battlecity-js-remake/

Arrow Keys move, Shift to shoot

Multiplayer will not run without a server running and js changed

# Development

## Client

- cd ./client
- npm run serve

## Server

- cd ./server
- node app.js

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.4%Language:HTML 0.6%