1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-11 17:30:29 +00:00

Updated ROGUE (markdown)

David Schmenk 2018-08-10 07:25:53 -07:00
parent a70fe26475
commit d81f9113cd

@ -1,6 +1,6 @@
ROGUE is one of the oldest computer game genres. [It has a long history, dating back to 1980](https://en.wikipedia.org/wiki/Rogue_(video_game)). [This version](https://github.com/dschmenk/PLASMA/blob/master/ROGUE.PO) takes the basic idea and ups-the-ante by making visibility a core strategy. Light and darkness can be used to navigate the cave and evade enemies. It uses a cone-of-site algorithm to display the cave and map out where you've been. [Playing](https://github.com/dschmenk/PLASMA/blob/master/doc/Rogue%20Instructions.md) is harder than you think.
ROGUE is one of the oldest computer game genres. [It has a long history, dating back to 1980](https://en.wikipedia.org/wiki/Rogue_(video_game)). [This version](https://github.com/dschmenk/PLASMA/blob/master/images/apple/PLASMA.2mg?raw=true) takes the basic idea and ups-the-ante by making visibility a core strategy. Light and darkness can be used to navigate the cave and evade enemies. It uses a cone-of-site algorithm to display the cave and map out where you've been. [Playing](https://github.com/dschmenk/PLASMA/blob/master/doc/Rogue%20Instructions.md) is harder than you think.
# [rogue.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rogue.pla)
# [rogue.map.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rogue.map.pla)
# [rogue.combat.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rogue.combat.pla)
# [rogue.io.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rogue.io.pla)
# [rogue.io.pla](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/rogue.io.pla)