Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 765 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 765 Bytes

This project has been archived! Many thanks to the great team who helped put it together. ☺️

Rune Search

Rune Search is a half word search, half roguelike web game where players must strategically maneuver their way around levels in order to save the princess or kill the monster or get the gold or something. Check out the live version of the (in progress) game here.

Getting Started

  1. Fork project.
  2. Download npm.
  3. Download TypeScript using npm: "npm install -g typescript"
  4. Go tackle an issue in the Issues tab!
  5. Compile changes in project directory: "tsc -p ./"
  6. Open index.html to start game and check changes.
  7. Submit a pull request.