Temple of The Roguelike Forums
Development => Programming => Topic started by: Skeletor on February 20, 2016, 10:36:42 PM
-
I tried to learn some basics of Java but I think coding just isn't my thing. Ideally I would be happy to pay for a developer to do that for me but couldn't work anything out in that regard. So, inspired of the fact good games such as Spelunky and Triangle Wizard were made with Game Maker, I wanted to look into something similar but to create Android games. What are the best options out there?
-
https://www.scirra.com/construct2 (https://www.scirra.com/construct2)
Makes HTML5 games, can preview over wifi on any device.
-
What do you think about Unity?
-
The little experience what I have with Unity is positive. You still need to know how to program, but the system takes care of lots of more mundane things. And lots of pre-made components are available at the asset store for relatively cheap price.
-
I use Unity, it works fine.
-
Depends on the complexity and platforms:
Little/No Programming? Want to develop mainly for web? Construct2 (https://www.scirra.com/)
Some Programming? Want to work in 3D instead of 2D? Unity (https://unity3d.com/)
Easy to use Programming Language? Multiplatform? HaxeFlixel (http://haxeflixel.com/)
-
Godot (http://www.godotengine.org/) is similar to Unity, except it is free software. I just tried it out a little bit, but liked it. Compiles to many platforms and has a Python-like scripting language. Definitely what I'd use to make a tablet/phone game, for instance.
As always,
Minotauros
-
With Unity 5, its totally free for win/mac/unix.
Not sure about mobile, their licensing has been confusing over the years and changes every couple of years.
There is a pro version, but for a one man project its not needed.
-
Godot (http://www.godotengine.org/) is similar to Unity...
I'm taking a look at this too now. Looks very cool. Thanks for pointing it out!