![]() |
02-10-2014
|
2 |
Should be fixed.
Join Date: Aug 2011
Posts: 6,359
|
I think you'll be hard-pressed to find a gaming engine that focuses on being code-oriented. That tends to be a bit of a counter-productive marketing plan, as the idea for game engines are to be easily accessible to a wide-variety of people. However, much engines I know of, while being UI-oriented, also allow some sort of scripting. Even Game Maker does so now. Unity is free as long as you don't bring in lots of money with it: https://unity3d.com/unity/download And I think it's pretty much the most popular engine floating around now. I think it uses interfaces Javacript and C#, the latter being Object-Oriented: http://unity3d.com/unity/workflow/scripting https://unity3d.com/learn/tutorials/...nner/scripting |
02-10-2014
|
4 | |
The Unwanted Critic
Join Date: Sep 2011
Posts: 3,639
|
I found something called dragonfiresdk, which allows you to code games in C++ and they compile it into an iOS application. Has anyone used it? It's $100, but I think it would be worth it. Considering that I already know c++, adjusting to use their libraries(which look simple) should not take long at all. Considering making a game through them, as iOS games are very popular and the most simple ones are the ones that spread most. |
|
02-10-2014
|
8 |
Should be fixed.
Join Date: Aug 2011
Posts: 6,359
|
Graal would make an amazing 2D engine if Stefan would bother -_- Servers fail, it's insanely hard to create a server because making an online environment is leagues more difficult than single-player content. I would use Graal as a 2D engine if Stefan made it possible. |
02-10-2014
|
10 | |
299,792,458 m/s
Join Date: Mar 2012
Location: Lebanon
Posts: 3,581
|
If only Stefan adds pointers, it would be great. XNA is really easy to use! Try it, it uses C#. |
|
02-10-2014
|
11 | |
Speed Demon
Join Date: Jan 2013
Posts: 1,288
|
|
|
02-12-2014
|
15 |
Magnificent Bastard
Join Date: Jan 2014
Location: Bermuda Triangle
Posts: 463
|
If you're looking for entry-level game making programs, Game Maker: Studio, Construct2, and Multimedia Fusion 2 / Clickteam 2.5 might all be good choices. They're all kind of competing very well with each other right now, and are capable of producing some really good games. |