Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (26 loc) · 1.15 KB

Technologies Used

cplusplus logo

cplusplus logo

cplusplus logo

cplusplus logo

Getting Started

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/huynq-fouj/multiplayer-game
cd multiplayer-game
  1. Install the necessary dependencies:
npm install

Running locally

  1. Start the server:
npm run dev
  1. Open your browser and navigate to http://localhost:8080.

Game Controls

  • Use the arrow keys (a, s, d, w) to move your player.
  • Click anywhere on the canvas to shoot a projectile in that direction.