Skip to content

hadaclay/dank-dank-dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dank Dank Dungeon: A Roguelike

A dungeon-crawler game written as a FreeCodeCamp project. Uses React for view, SASS for style, rot.js as game engine, and Hammer.js for mobile touch support.

screenshot

Demo

https://codepen.io/hadaclay/full/ryOdVB/

Game

Proceed through five treacherous floors, defeating monsters and collecting scrolls, and slay the deadly Demogorgon to save the world.

Tile Role Description
@ Player Our brave hero
! Potion Restores health
? Scroll Increases player attack power
b Grid Bug A weak bug, should prove no obstacle for our hero
s Slime Squishy green creature
O Owlbear Horrible combination of Owl and Bear
T Troll The strongest of regular monsters
& The Demogorgon Deadly Demon Prince, beware

License

Copyright 2017 Clayton Hadaway

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.