This project has been archived! Many thanks to the great team who helped put it together.
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.
- Fork project.
- Download npm.
- Download TypeScript using npm: "npm install -g typescript"
- Go tackle an issue in the Issues tab!
- Compile changes in project directory: "tsc -p ./"
- Open index.html to start game and check changes.
- Submit a pull request.