TanviKumar / roguelike

A Roguelike game. Uses Javascript primarily. Enjoy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roguelike Game

Made using HTML, CSS and JavaScript. In order to run this game, git clone and run the file roguelike.html on your browser.

Instructions

  • Use the arrow keys for player movement.
  • Avoid the purple demons.
  • Collect the yellow flasks for 100 points
  • Blue flasks give you 500 points and let you run over demons for 20 seconds.
  • There are 3 levels to the game.
  • Each level has a time limit. (Reduces for each level)
  • For each second saved you receive 10 points.
  • Reach the blue hole which is the exit.
  • Failure to complete a level in time or allowing a demon to reach you leads you back to the start.

About

A Roguelike game. Uses Javascript primarily. Enjoy!


Languages

Language:JavaScript 89.7%Language:HTML 7.4%Language:CSS 2.9%