Skip to content

rafapignataro/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Multiplayer Sandbox Game

The base of a Multiplayer Sandbox Game with Server reconciliation, Client prediction and Entity Interpolation. There is a lot of work to do but this is a base functional code.

Technologies

  • Typescript
  • Express
  • Websockets
  • HTML Canvas

sandbox-demo

How to use

1. Clone the repository and access it

git clone https://github.com/rafapignataro/sandbox.git && cd sandbox

2. Install the dependencies

npm install

2. Run the project 🚀

Development

npm run dev

Production

npm run buil && npm run start