Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 588 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 588 Bytes

Web-Game

Web game proof of concept

Start

git clone https://github.com/achobanov/Web-Game
cd Web-Game

Build the client

cd Client
npm install
npm run build

Start the server

cd ../Server
npm install
cp ../Client/build/* ./webroot/
npm start

Client tools

Run in watch mode

npm run watch

Run the Typescript compiler without emitting .js

npm run types

Gallery

menu-gif character-walk-gif character-shoot-gif