Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.22 KB

2D Arena Survival Roguelike Game

This project is a 2D arena survival roguelike game developed in Godot 4. It's based on the Udemy course Create a Complete 2D Arena Survival Roguelike Game in Godot 4.

Project Structure

The project is structured as follows:

  • main.gd: This is the main script file where the game logic is handled. It includes player health management and end screen instantiation.
  • Player.gd: This script handles the player's movements and actions.
  • Enemy.gd: This script handles the enemy's movements and actions.
  • HealthComponent.gd: This script manages the health of game characters.

(More files and their descriptions as needed)

How to Run

To run this project, you need to have Godot 4 installed.

Install the godot vscode extension. You will then be prompted to reference the godot executable. You can find it in the godot installation folder.

Extension ID: geequlim.godot-tools

Play the Game

You can freely play the webassembly version of the game here.

License

This project is licensed under the MIT License - see the LICENSE file for details.