Skip to content

zeel-codder/Gun-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    npm i
  4. Run server
    npm run dev
  5. Open index.html file (open with server like vs code live server)

Game Look

Video

Thank You