A rough implementation of a 3D MOBA game made with Godot 3.4.2 using GLES2
Documentation | Installation | Requirements | Change log | Contributing
- Godot >= 3.4.2
- GLES2
The first thing you have to do is clone the project to your machine. To do this just run the command below:
git clone https://github.com/metanoia83/Godot_3D_MOBA_Prototype.git
In this step you must open godot and import the project so that you can make changes to the project and also run it
Now that we have completed the first 2 steps, we have the project ready to be edited and executed. You can run the project by clicking on the play icon:
Unfortunately, this project does not yet have automated tests to verify the integrity of the essential components 😢
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.