Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking an application for children to learn about how to create games. I don't want something as complex as Game Maker. I need it to show children an entry point to create games.

share|improve this question
2  
That's stupid, teach them C++. – Iraimbilanja Mar 23 '09 at 7:37
Come on, everybody knows that games are programmed in assembly language ;--) – mirod Mar 23 '09 at 7:40
1  
My dad started me programming in BASIC with a simple maze-based dungeon game that we coded together. Ah, happy days :) – Mark Pim Mar 23 '09 at 8:51

6 Answers

up vote 2 down vote accepted

I think you should go ask Alice

http://www.alice.org/

(oh, I've been wanting to say that for weeks ever since I found it :-) )

Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a teaching tool for introductory computing. It uses 3D graphics and a drag-and-drop interface to facilitate a more engaging, less frustrating first programming experience.

share|improve this answer
1  
It requires programming and it is 3D. The questioner wanted something that required no programming and was 2D. So your reply helps...how? – anon Mar 23 '09 at 16:05
Your comment also doesn't help – Jon Mar 23 '09 at 16:12
Yes, but it's not programming in the sense of writing code. Watch the video - there's some neat ideas, in particular the one about being unable too write code that is syntactically incorrect. – Cruachan Mar 23 '09 at 17:29

scratch is pretty good, mostly point and click. I haven't used alice but it seems to be better for slightly older kids.

share|improve this answer

Despite your reluctance I'd recommend Game Maker, game creation is a complex process and sometimes you can't avoid the fact you've just got to do some thinking. Surely you could sit with them and help them understand the process as you created simple games. In my opinion anything simpler will not really be laying any foundation for future development of skills in this area.

share|improve this answer
kids from 4 to 10 , i dont think game maker will be good for them . – user63898 Mar 23 '09 at 9:22

You should check out MyGameBuilder.com -- it is 2D, Flash/browser-based, no programming and designed for kids to create and share games.

To create a game, you create 'actor' characters, assign behaviors through setting properties and create maps which represent the game board.

There's a demo you can view here.

HTH - Michael

share|improve this answer

Teach them game maker - It's not advanced ! You should just only use libraries

share|improve this answer

SPLODER

(from iPhone so please excuse) Some somewat simple free game designer...

(http://www.stencyl.com/) - iOS and flash

(http://www.scirra.com/construct2) -HTML5

(http://www.yoyogames.com/) -.EXE

EASIEST http://www.sploder.com/free-game-creator.php. -Flash

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.