Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 686 Bytes

Berzerk - The winterfell edition

This game started off as a final project for Computer Graphics class and ended up here.

To Run locally

  • Clone the repo
    git clone <repo-url> && cd <repo-name>
  • Install the dependencies
npm install
  • Run the game
npm start

References