1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-06 13:31:28 +00:00

Update Rogue Instructions.md

This commit is contained in:
David Schmenk 2017-08-03 20:12:29 -07:00 committed by GitHub
parent 70d4fbd49a
commit 4adce26e12

View File

@ -1,4 +1,5 @@
# PLASMA goes ROGUE
## Introduction
This version of ROGUE is somewhat different than others. It is very simple in most ways, but I have developed a (I think) unique visibility algorithm that runs extremely fast. Fast enough to run interpreted by the PLASMA VM on a 1 MHz 6502, and space efficient enough to allow for large (in the future) dungeons. The unique feature of this ROGUE is that lighting becomes critical and strategic. You are in dark catacombs, after all. You enter with a lit lamp, throwing off a circle of light. There are also torches throughout the catacombs that light up a small surrounding circle of light. Other items in the catacombs are mana (health+energy increase), a key, a raft, and gold. You will also encounter a number of enemies that will track you down to try and kill you. You will also encounter doors, locked doors, windows, water, and crevasses.