/scala-roguelike

Basic roguelike rouglhy following the Roguelike Tutorial

Primary LanguageScala

The Minartaur's Lair

A basic roguelike implementation roughly following "Yet Another Roguelike Tutorial"

Online Demo: https://joaocosta.eu/Demos/Roguelike/ (Might be outdated)

Implemented using Minart

Keys

In Game

  • Arrows: Move/Attack
  • Space: Wait
  • G: Pick up item
  • D: Go downstairs
  • L: Look Around
  • I: View Inventory
  • V: View Log History
  • Esc: Pause Game (go back to menu, save...)

Look Around/Targeting

  • Arrows: Move cursor
  • Enter: Choose target (for targeted spells)
  • Esc: Go Back

Inventory

  • Arrows: Move cursor
  • Enter: Use/Equip/Unequip
  • Backspace: Drop
  • Esc: Go Back

Log History

  • Arrows: Scroll
  • Esc: Go Back