- OG Dungeon Crawler is an early NES themed RPG where you are a character moving through dungeon levels.
This project requires the installation of:
- node.js v 18
- Express.JS
- Sequelize.js
- nodemon package is also recommended.
-
A user will create an account using a username, password, and email address. This will allow them access to the profile page, where they can see an example of the avatar used in game, their profile information (username, email, and date the account was created), the game controls, and various stats regarding their performance in game. Also on this page, is a play button, a save button, and a log out button. The save button will save the user's file to a unique file, saving scores and progress in the game. The log out button will do just that, log the user out and send them to the homepage. The play button will bring the user to the game screen. From here, you can play the game, return to the profile screen using a pause button, and return to the home screen using a log out button.
- MIT
- reach out below @
- Karl
- ==================
- Alex
- ==================
-
- ==================
-
- no additional tests added
- my test code was used from an outside js file which the info was gained via watching this video.