Skip to content

ZS041/dungeonscroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeon Scroller

Javascript Dungeon Crawler with custom physics

How to Play

The game is live hosted at the link included. If you wish to develop or run the game locally, you can clone the repository. No frameworks or packages are needed, all scripts are included. Currently gameplay consists of 3 levels, traversable in an infinite loop via the doors on each level.

Feature Progress

Todo

  • Create Sprites For Attack
  • Add Attack Function
  • Door Requirements
    • "Key" item
    • "Locked" doors
  • Enemy Class
    • Drop Key on Death
    • Enemy Hitpoints
    • Enemy Attack

In Progress

  • Player Hitpoints

Done ✓

  • Project Setup
  • Player Class
  • Add gravity
  • Player Movement/Event Listeners
  • Background Sprites
  • Collision Blocks
  • Player Collision Detection
  • Animate Sprites
  • Hitbox Implementation
  • Sprite Swapping
  • Doors, Door Animations
  • Level Change

About

Dungeon Crawler made with vanilla JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published