Skip to content

Andre0n/JS-game

Repository files navigation

Shooting Game.

A Javascript game shooting game.

Live Demo: https://andre0n.github.io/JS-game/

Run Locally

Clone the project

git clone https://github.com/Andre0n/JS-game.git

Go to the project directory

cd JS-game

Install dependencies

  yarn

Start the server

  yarn dev

Deployment

To deploy this project run

  yarn build

Authors