What Map Editor
Tuesday, March 12, 2019 - 12:21
What map edit can I use to create a rpg map for my game? I want to use the scripts from this site.
Any of yous can help me as an engine that has rucoy game is using? menu and commands? Thank you
Rucoy and Lawl have the same engine game.
the same menu
Attachments:
You need to find a game engine to use. Rucoy appears to written with libGDX from what I found. However, that is not a full engine. That is mearly a library they used to develop their engine. What type of game are you trying to make? More than likely there isn't a game engine you can just use without programming experience but you never know.
Thanks for the answer.
I'm looking for a programmer to create a game just like rucoy.
There is a game like rucoy called Lawl.
these two games are similar to the same mechanic.
I want to create an equal, with different features but with the same functionality.
can "tiled map editor" or solarus help you?
Tiled map editor https://www.mapeditor.org/
Solarus: http://www.solarus-games.org/
Game engine (easy and free) https://godotengine.org/
First tutorial https://docs.godotengine.org/en/3.0/getting_started/step_by_step/your_fi...
Tilemaps https://docs.godotengine.org/en/3.0/tutorials/2d/using_tilemaps.html
I use Tiled for both unity work as well as work within my own engine. It has a lot of helpful export options and a plugin subsystem that makes the program very robust.