This project is a 3D game built using the Godot Engine. Below you can find instructions on how to set up and run the game.
To run this game, you need to have Godot Engine version 3.6 installed on your computer. You can download it from the official Godot website:
Additionally, make sure that you have .NET SDK version 6 installed. You can verify this by running the following command in your terminal or command prompt:
dotnet --version
If you do not have SDK version 6 installed, you can download it here:
-
Open the Project in Godot
- Launch Godot 3.6.
- Click on the "Import" button.
- Navigate to the folder where you downloaded/extracted the repository.
- Select the project file and click "Open".
-
Run the Game
- After loading the project, click the 'Room Select' button, then choose 'Select a Room', and finally select the 'Starter Floor' to begin the game. Or click this Itch.io link https://ghebert3.itch.io/the-dungeon
- 3D environment.
- Randomly generated maps.
- Can enter battles and fight slimes with party members.
Action | Key/Button |
---|---|
Move Forward | W |
Move Backward | S |
Move Left | A |
Move Right | D |
Look to left | Q |
Look to right | E |
Click | Left Mouse |
Menu | Escape |