Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

With Scratch we can create video games online, from its web platform, and publish them on the same web. I could download its source code and use it, as many others already did (see Scratch modifications). Unfortunately, we need programming knowledge to use it. Actually, Scratch is mainly for teaching kids to code.

I also found editors like Construct 2, GameSalad Creator and many others (just type on Google: create a video game without programming). With those editors we can create video games without coding. Unfortunately they are neither open source nor web platform. They need to be installed on Windows or Mac.

Do you know some editor like Construct 2 or GameSalad Creator but open source and executable from a web server? Maybe some HTML5 game engine can do it?

share|improve this question

closed as off-topic by Sean Middleditch, bummzack, Darth Satan, Anko, concept3d Jun 8 at 8:31

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • "Questions about "how to get started," "what to learn next," or "which technology to use" are discussion-oriented questions which involve answers that are either based on opinion, or which are all equally valid. Those kinds of questions are outside the scope of this site. Visit our help center for more information." – Sean Middleditch, bummzack, Darth Satan, Anko, concept3d
If this question can be reworded to fit the rules in the help center, please edit the question.

    
If you're asking about the Scratch "code" editor, there's a name for it. I believe it may be open-source, as it's used in multiple game makers (eg. Stencyl) –  ashes999 Jun 7 at 3:06
    
@ashes999, Stencyl seems easier to use than Scratch, so maybe it could be OK. Unfortunately, it does not seem installable and executable from a server. –  chelder Jun 7 at 15:52
1  
You could ask such a question on Software Recommendations (I created a similar one, but for installation on a GNU/Linux desktop: Creating a browser game (2D top-down perspective) without programming skills) –  unor Aug 19 at 12:35
    
OK @unor. I have requested to migrate it to the site you suggest. Thanks! –  chelder Aug 19 at 17:19
    
Typically, we don't migrate questions to sites that are still in beta. I suggest re-posting the question there instead of having it migrated. –  Byte56 Aug 19 at 18:48