-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.html
29 lines (27 loc) · 1.46 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<h1 style="font-family:unifont">Spark</h1>
<p style="font-family:unifont">Spark is an indie RPG with roguelike dungeons.</p>
<p style="font-family:unifont">Spark takes influences from games like Brogue, Pixel Dungeon (on Android), Final Fantasy, and Pokemon Mystery Dungeon.</p>
<p style="font-family:unifont">Programmed in Python using Pybearlib terminal.</p>
<h1 style="font-family:unifont">Installation</h1>
<ul style="font-family:unifont">
<li>Download <a href="https://github.com/bretsky/Spark/releases">latest release</a>
<li>Extract all</li>
<li>Run dungeon.exe</li>
</ul>
<h1 style="font-family:unifont">Instructions</h1>
<ul style="font-family:unifont"><li>You are the white '@' symbol</li>
<li>Choose your movement method at the start of the game</li>
<li>If you choose numpad, press '5' to stand still for a turn, otherwise use space to not move</li>
<li>The dungeon is dark until you explore it</li>
<li>The bright area around you is your vision</li>
<li>If enemies are outside of your vision, you can't see them, but they can't see you</li>
<li>Enemies are red</li>
<li>If you are directly beside an enemy, moving towards them will attack them</li>
<li>They may drop items when they die</li>
<li>Press 'i' for inventory</li>
<li>Press Enter twice to equip an item from the inventory menu</li>
<li>If your HP drops below zero, you will die</li>
<li>Arrows are stairs</li>
<li>'>' to go down stairs</li>
<li>'<' to go up stairs</li>
<li>Enemies are stronger the deeper you go</li></ul>