Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 364 Bytes

Wormhole Game

Simple shooting game made with React and ThreeJS

Link to site

Requirements

  1. NodeJS v20+
  2. NPM / Yarn / Deno / Bun etc

Instructions

  1. clone the repository
  2. cd into the directory
  3. install the dependencies with npm i or equivalent
  4. run the project locally with npm run dev