Dungeon Game
I made a game where you have to escape a dungeon.
Supplies
A computer.
- Click on this link: https://scratch.mit.edu/projects/752452976/fullscreen/
- Click on this fullscreen button!
- Click the green flag in the top left corner
- Use the arrow keys to move. Press e to interact with things. Space to attack. Use the doors in all 4 directions to go to different rooms! Try going to the sign and pressing e!
Try to beat the game and get the highest score! Good Luck! Also, if you for some reason get stuck in a wall, press R
Make Your Own
If you want to make this for yourself, you can make a coordinate grid. To make this you need to make a space x and space y variable. Then change the variables when you go through doors on the side. For the right door +1 space x… Next change the room based on the coordinates. Look at the player sprite for wall detection and movement.