Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.97 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.97 KB

Rotten-GameOff2019

Rotten

v0.1.0

A Browser-based JavaScript Roguelike game using rot.js

Started at approximately 2019-11-29T0916+10 for Game Off 2019

alt text

The theme is 'Leaps and Bounds'. Keywords are 'evolve', 'leap', 'bounds', 'changing or moving rapidly', '2020'.


Aims

My avatar 'evolves' by leveling up.

Corridors and rooms may have fall traps that require you to 'jump' over them once triggered.

'Bounds' are the walls.

I'll have some corridors that are covered in ice, so when you move onto them, you 'move rapidly' until you get off the end of the ice patch, or run into an enemy or NPC.


Story

  • You are Rotten, a zombie on the Day of the Dead that has to find a potion to restore their humanity before Vision catches them
  • TODO: Health decreases with each move, giving a limited time to find the correct chest and avoid Vision


Installation

  1. git clone https://github.com/IronWill79/Rotten-GameOff2019
  2. In any modern browser, open the Index.html file within the Rotten-GameOff2019 folder
  3. Read Legend below to know what you're looking at
  4. Read Controls below to know how to control yourself
  5. The aim is to find the Chest with the Potion in it
  6. Vision will chase you and if he catches you, game over
  7. Good luck and have fun :)

Legend

  • @ - Rotten, the 'funky-fresh' zombie looking for the Potion of Humanity
  • C - Chest. One of these has the potion
  • V - Vision will chase you incessantly

Controls

  • The 8 directions are :-
  • Q W E 7 8 9
  • A D 4 6
  • Z X C 1 2 3
  • Open a Chest while standing on that tile with Return or Spacebar

TODOs

  • Add ability to remap controls
  • Change to graphical mode after creating some graphics