An open API service indexing awesome lists of open source software.

https://github.com/zeel-codder/gun-master

A Multiplayer Shotting Game Build in Html5 canvas and Node js
https://github.com/zeel-codder/gun-master

css3 express html5 javascript nodejs socket-io typescript

Last synced: 2 months ago
JSON representation

A Multiplayer Shotting Game Build in Html5 canvas and Node js

Awesome Lists containing this project

README

          

# Gun master

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.
# Tech
1.HTML,CSS and JS
2.Typescript
3.Socket.io
4.Node js And Express

# Setup Project in Your PC

1. Fork and clone this repo.
2. Install node js and npm in system
3. Go to server folder and run bellow command
```bash
npm i
```
4. Run server
```bash
npm run dev
cd client && tsc --watch
cd server && tsc --watch
```
5. Open index.html file (open with server like vs code live server)

# Game Look
![Video](/media/video.gif)

# Thank You