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
- Host: GitHub
- URL: https://github.com/zeel-codder/gun-master
- Owner: zeel-codder
- Created: 2021-09-13T10:40:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T06:49:03.000Z (over 1 year ago)
- Last Synced: 2025-02-23T07:29:31.778Z (over 1 year ago)
- Topics: css3, express, html5, javascript, nodejs, socket-io, typescript
- Language: JavaScript
- Homepage: https://gun-master-game.netlify.app/
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Thank You