mirror of
https://github.com/jahd2602/godomoba.git
synced 2026-09-11 10:47:37 +02:00
A multiplayer implementation of a Multiplayer Online Battle Arena game. Made in Godot 3.2.3.
- GDScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .import | ||
| screenshots | ||
| bomb.gd | ||
| bomb.tscn | ||
| brickfloor.png | ||
| brickfloor.png.import | ||
| charwalk.png | ||
| charwalk.png.import | ||
| explosion.png | ||
| explosion.png.import | ||
| gamestate.gd | ||
| gamestate_old.gd | ||
| icon.png | ||
| icon.png.import | ||
| lobby.gd | ||
| lobby.tscn | ||
| montserrat.otf | ||
| player.gd | ||
| player.tscn | ||
| player_old.gd | ||
| player_old.tscn | ||
| project.godot | ||
| README.md | ||
| rock.gd | ||
| rock.tscn | ||
| rock_bit.png | ||
| rock_bit.png.import | ||
| score.gd | ||
| spawn_point.tscn | ||
| target.png | ||
| target.png.import | ||
| tile_scene.tscn | ||
| tileset.tres | ||
| tree.png | ||
| tree.png.import | ||
| tree.tscn | ||
| world.tscn | ||
| world_old.tscn | ||
Godomoba - MOBA built in Godot Game Engine
Open-source project to develop a Multiplayer Online Battle Arena (MOBA) game for the web (desktop and mobile), built on Godot Game Engine 3.4.
Similar to games such as LOL, Dota 2, HOS, Smite, Vainglory, Arena of Valor, HON. But it is going to be in 2D for simplicity.
Language: GDScript
Check out this demo on the asset library: Link Pending
Pull requests are welcome!
Screenshots
Task List
- Add pathfinding to the movement of the players (go around trees)
- Remove the flag after the player arrives to it
- Add static creeps
- Add melee attack mechanics to creeps
- Add ranged attack mechanics to creeps
- Add PVP (attack other players)
- Add health to creeps
- Add health to playes
- Add skills
- Add mana
- Add skills that require mana
- Add experience through last hit
- Add levelling up
- Add towers
- Build 3v3 world
- Build lobby
