A rough implementation of a 3D MOBA game made with Godot 3.4.2 using GLES2
  • GDScript 73.1%
  • GLSL 26.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
metanoia83 2960513036
Merge pull request #2 from ReinanHS/fix/add-gitignore
refactor: add settings to .gitignore
2022-03-13 23:07:45 -07:00
.github/assets/docs refactor: update README.md 2022-03-13 14:03:50 -03:00
addons/zylann.scatter First Commit 2022-02-24 15:48:48 -08:00
Characters First Commit 2022-02-24 15:48:48 -08:00
Environment First Commit 2022-02-24 15:48:48 -08:00
Mesh First Commit 2022-02-24 15:48:48 -08:00
Scenes First Commit 2022-02-24 15:48:48 -08:00
Scripts First Commit 2022-02-24 15:48:48 -08:00
textures First Commit 2022-02-24 15:48:48 -08:00
.gitignore refactor: add settings to .gitignore 2022-03-13 13:21:16 -03:00
changelog.md refactor: update README.md 2022-03-13 14:03:50 -03:00
contributing.md refactor: update README.md 2022-03-13 14:03:50 -03:00
default_env.tres First Commit 2022-02-24 15:48:48 -08:00
export_presets.cfg First Commit 2022-02-24 15:48:48 -08:00
icon.png First Commit 2022-02-24 15:48:48 -08:00
icon.png.import First Commit 2022-02-24 15:48:48 -08:00
Korean_Calligraphy.ttf First Commit 2022-02-24 15:48:48 -08:00
note-to-self.regular.ttf First Commit 2022-02-24 15:48:48 -08:00
project.godot First Commit 2022-02-24 15:48:48 -08:00
README.md fix: update documentation link 2022-03-13 14:05:57 -03:00
tile2.material First Commit 2022-02-24 15:48:48 -08:00
virgo.ttf First Commit 2022-02-24 15:48:48 -08:00

Godot 3D MOBA Prototype

A rough implementation of a 3D MOBA game made with Godot 3.4.2 using GLES2

Documentation | Installation | Requirements | Change log | Contributing

GitHub top language GitHub branch checks state

Requirements


  • Godot >= 3.4.2
  • GLES2

Installation


1. Require the projeto

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

2. Import the project into godot

In this step you must open godot and import the project so that you can make changes to the project and also run it

Import Demo

3. Running the project

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:

Demo play

Testing

Unfortunately, this project does not yet have automated tests to verify the integrity of the essential components 😢

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Useful tools