A Multiplayer Shotting Game Build in Html5 canvas and Node js. A hero can shoot the enemy by gun and play the game. Game support both guests as well as Multiplier Mode. Frontend in built-in HTML5, CSS, and typescript. Backend Is Build in Node js with Socket.io.
1.HTML,CSS and JS
2.Typescript
3.Socket.io
4.Node js And Express
- Fork and clone this repo.
- Install node js and npm in system
- Go to server folder and run bellow command
npm i
- Run server
npm run dev
- Open index.html file (open with server like vs code live server)