This is a game made with Godot Engine as a learning project. it was made for Hackclub Dummies YSWS. The goal of this project is to demonstrate basic Godot concepts such as scenes, scripts, player movement, buttons and simple gameplay logic..
First you will need to download Godot Engine 4.x
Download from here: https://godotengine.org/download
You don't really need git but i recommend downloading it
Download from here: https://desktop.github.com/download
Using Git:
git clone "here"
Or download the ZIP from GitHub and extract it.
Open Godot Engine
Select the project folder
If you want to build a playable version:
Add an export preset (Windows, Linux, Web, etc.)
Configure export settings (Optional)
AymenD (DZDevelopers)