Can I make this and does this engine use some sort of collab?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ShaneGrey
:warning: Old Version Published before Godot 3 was released.

So, me and my group of friends have been creating a game in Unity for the past month or so, it’s a sandbox 2d game and we were wondering if it would be possible to make here. We see this as a way we can code this game and have it done much faster since it’s less programming overall.

Here’s a few pictures of our game in unity, could we do this with this engine?


Another thing, is there anything that would prevent me from making this game completely free? LIke is there a splashscreen? Can it be compiled into android and windows builds, and does it have some sort of a collab thing? If not we can use github.

:bust_in_silhouette: Reply From: Zylann

According to your screenshots, doing this game in Godot engine is possible. You made this in Unity, so you will have to port it though.
Doing 2D games in Godot is really simple and the editor is a lot more fit for that than Unity (that’s my opinion of course).
As you can see on the official website, lots of games were already made with Godot.

Also, it’s completely free, as written in the description. You don’t have to pay anything to anyone, the engine is given to you under the MIT license. There is no splash screen, or you can even make your own.

It can export to all desktop platforms (Windows, Linux, Mac) and major mobile platforms (Android, iOS), also as written on the description.

I don’t know what you mean by “collab thing”. If you mean version control, the data made with the engine can be saved as text, which is friendly to Git, SVN & the like.

And for the game features you show, search “Tilemap” here in the Q&A, there are some questions about it that may give some ideas for a game like this.

eons | 2017-02-14 00:45