From fad4255f76a34308b925be2cc26061560dd1e5f8 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 7 Jul 2024 15:33:49 -0400 Subject: * --- js/puzzle-dungeon/about.html | 47 ++++++++++++++++++++++++++++++++++++++++++++ js/puzzle-dungeon/index.html | 4 +++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 js/puzzle-dungeon/about.html (limited to 'js') diff --git a/js/puzzle-dungeon/about.html b/js/puzzle-dungeon/about.html new file mode 100644 index 0000000..102de91 --- /dev/null +++ b/js/puzzle-dungeon/about.html @@ -0,0 +1,47 @@ + + + + + Puzzle Game + + + + +

Puzzle Dungeon

+

Play the game.

+

You play as a little rover that was sent to a far off planet. Once there you discovered an endless dungeon. Can you navigate it?

+

Issue commands to move the rover, commands you can use include:

+ +

The directions are how you move the rover. down 3 will move the rover 3 spaces towards the bottom of the level.

+

You interact with collectable objects using get and use. Once on top of an item use get battery to pick up a battery and add it to your inventory. Once it is in your inventory you can use it.

+

Collectable items:

+ +

Note that shields are used automatically when you take damage.

+

Scanning is useful for revealing traps, though be careful because it uses a lot of power!

+

Every level has a par score -- you have to complete that level at or under the par score -- every time you hit the submit button your par is increased, bringing you closer to the level's par.

+

Moving the rover takes power, make sure to monitor your power levels and use batteries to keep moving.

+

Potions are useful if you take damage.

+ + diff --git a/js/puzzle-dungeon/index.html b/js/puzzle-dungeon/index.html index f8aa7ad..0144326 100644 --- a/js/puzzle-dungeon/index.html +++ b/js/puzzle-dungeon/index.html @@ -6,6 +6,7 @@