All Projects → Bozar → runeHunter

Bozar / runeHunter

Licence: MIT license
A coffee break roguelike game written in JS. Explore the dungeon, collect 3 runes and escape alive.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to runeHunter

Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+480%)
Mutual labels:  roguelike
Rotlove
Roguelike Toolkit in Love. A Love2D/lua port of rot.js
Stars: ✭ 189 (+656%)
Mutual labels:  roguelike
tomenet
TomeNET is an online multiplayer roguelike role-playing game
Stars: ✭ 59 (+136%)
Mutual labels:  roguelike
Rot.js
ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
Stars: ✭ 2,002 (+7908%)
Mutual labels:  roguelike
Rlutil
C and C++ utilities for cross-platform console roguelike game creation.
Stars: ✭ 183 (+632%)
Mutual labels:  roguelike
Rotten Soup
A roguelike built with Vue, Vuetify, Tiled, rot.js, and PixiJS! Playable at https://rottensoup.herokuapp.com/
Stars: ✭ 249 (+896%)
Mutual labels:  roguelike
Godotrogueliketutorial
A guide to build a simple Roguelike game with Godot engine.
Stars: ✭ 117 (+368%)
Mutual labels:  roguelike
cavernos
Retro fantasy terminal for building DOS-era ASCII games, powered by WebAssembly
Stars: ✭ 32 (+28%)
Mutual labels:  roguelike
Broguece
Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
Stars: ✭ 185 (+640%)
Mutual labels:  roguelike
brogue-android-port
Brogue Android Port
Stars: ✭ 47 (+88%)
Mutual labels:  roguelike
Proceduralmapgenerator
A procedural map generator for roguelike games
Stars: ✭ 156 (+524%)
Mutual labels:  roguelike
Umoria
Moria: a roguelike Dungeon Crawler game | Umoria Source Code
Stars: ✭ 167 (+568%)
Mutual labels:  roguelike
Burningknight
C# branch of BK
Stars: ✭ 251 (+904%)
Mutual labels:  roguelike
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
Stars: ✭ 149 (+496%)
Mutual labels:  roguelike
rogue.js
JavaScript porting of original Rogue source code using Emscripten
Stars: ✭ 33 (+32%)
Mutual labels:  roguelike
Nethack
Official NetHack Git Repository
Stars: ✭ 1,860 (+7340%)
Mutual labels:  roguelike
Ivan
Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
Stars: ✭ 219 (+776%)
Mutual labels:  roguelike
roguelike tutorial
RoguelikeDev Tutorial 2018
Stars: ✭ 33 (+32%)
Mutual labels:  roguelike
Landlord
Landlord was a planned roguelike game, which may yet be completed one day if I decide I am willing to re-approach it.
Stars: ✭ 40 (+60%)
Mutual labels:  roguelike
FirstAgeAngband
FAangband remade from Angband version 4
Stars: ✭ 15 (-40%)
Mutual labels:  roguelike

Rune Hunter

image

Rune Hunter is a coffee break Roguelike game written in Javascript with rot.js. Explore the dungeon, stay away from ghosts, and collect 3 runes as quickly as possible.

Play the game on-line.

Your Goal

  • Explore the dungeon and collect treasure.
  • Make sacrifice at the altar to get a rune.
  • Collect 3 runes to beat the game.

Tips

  • The more you carry, the more turns it takes to move 1 step.
  • You cannot drop the rune.
  • A satisified ghost needs more time to reappear.

Keybindings

  • Move: arrow keys, hjkl
  • Pick up: Space
  • Drop the skull/coin/gem: s/c/g, 1/2/3
  • Print the seed in the browser console: d
  • Switch the wizard mode: ~

Wizard mode:

  • Switch the fog of war: f
  • Create a/an skull/coin/gem/altar: S/C/G/A
  • Print the current turn in the browser console: t

Miscellaneous

Search Game._devSeed in scripts/game.js to manually set a seed.

doc/designNote.pdf is the paper prototype I made for Rune Hunter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].