Skip to content

achobanov/Web-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Base repository containing a web game PoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published