Original Post
I am looking for free, open source, 2D engine that I can make games with for http://www.kongregate.com/ without coding.
I'm not sure if Kongregate allows submission of HTML 5 games but if they do then you can make games with Construct 2 or GameMaker. Construct 2 is a little less flexible but easier to learn where as GameMaker is more powerful but you need to learn its scripting language to take full advantage of it. If the site does not allow HTML5 games then your going to need to learn Actionscript 3 and create games with Adobe Flash.
Stencyl also has some scripting, I think it is action script. But how do you know they are not flexible enough for your game if you haven't tested them first?
Is there any particular reason why you want to stay away from scripting? I mean it is not like you would work in C and have to manage memory or something, learning a script language can be pretty easy and will give you many benefits in the long run. Visual scripting could be Ok for simple things, but you will never be able to do a complex game without programming, because games are software that manipulate data first and foremost, with the particular aspect that the data are usually 3d models, pictures and audio samples. You cannot develop software without programming.
Never used this product but I've seen it mentioned in a couple communities, allegedly it doesn't require much coding http://cookbook.game...rials/1/parts/1
I like html5 with javascript for 2d or Unity with c# for 3d but both of those require coding.
I got my old android phone to load a 50,000 tile (64x64 pixel tiles), generated map with html5 but it only had 4 fps, on PC i can generate a 250,000 tile map while still maintaining 140-250 fps depending on the size of the canvas, despite all the negativity about html5 performance. Google's V8 engine converts javascript to machine code at run-time making it very fast, they created a plugin to run V8 in IE giving you HTML5 capabilities in IE6 onwards if you can get users to install the plugin "chrome frame". They're working on versions for the other browsers as well. I'd say it will only get better in the future...
Lots of engines allow html5 development, kongregate does allow html5 games. It may be a good path to get started http://www.kongregate.com/html5-games
I'm using as3 and flashpunk. I feel that flashpunk does almost all of the stuff and that I just have to focus on graphics and gameplay...well that is just how I feel but I still think that you should try again AS3 with flashpunk (maybe using flashdevelop)
Indeed you are right. If you know exactly what games you want to make and what you would need for such game types (and make over 250$ which is your initial spending with iOS dev account + stencyl subscription per year) it might work. Let us know about your progress.
This topic has been locked by a moderator. New replies are not allowed.
GameDev.net uses cookies to ensure you have the best experience on our platform. Learn more