Ask Slashdot: Resources For Kids Who Want To Make Games?
Mr. Jones writes: My 11-year-old son is fascinated by games — game mechanics in particular. He has been playing everything from Magic to WarFrame since he was 5 years old. He seems mostly interested in creating the lore and associated mechanics of the games (i.e. how a game works). If it was only programming I could help him, but I am lost when it comes to helping him learn more formal ways of developing and defining gameplay. I really see a talent for this in him and I want to support it any way I can. Can you suggest any conferences, programs, books, websites, etc. that would help him learn?
http://www.gamedev.net/
~ Whence do you come, slayer of men, or where are you going, conqueror of space?
Maybe you could look at modding existing games as a start. Take what is already there and change it, learning how it works and how things like game logic are implemented. Modern games have some pretty powerful tools that allow the designers to do what you son wants to.
const int one = 65536; (Silvermoon, Texture.cs)
SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
It's my go-to show for talk about game mechanics. They post new videos on Youtube every week, consisting of 5-10 minute lectures on a topic.
Rather than asking the armchair gamers on Slashdot (myself included), read what some successful game designers say.
Here's Mark Rosewater, head designer for Magic: The Gathering, on game design 101: http://archive.wizards.com/Mag...
http://scratch.mit.edu/
http://michaelsmith.id.au
We just did the Hour of Code at my workplace for the kids. Lots of tutorials for beginners on there. MichaelSmith above me also mentioned Scratch, and that's an excellent visual approach to learning procedural programming.
I was going to post RPGMaker as well. It has some good tools for character and story development. Picked this up for my kid a year or so ago. She loves it.
"Freedom in the USA is not the ability to do what you want. It is the ability to stop others from doing what THEY want"
You should take a look at http://codecombat.com/ it is an interactive website where you can learn to code by playing a game. I excuse in advance if someone else already suggested this site, I read a few answers and couldn't find any reference to it. Because I think it's a good resource and the target age is in line with your kid's age I'm taking the risk to annoy with redundancy
Computational Thinking Patterns is a framework to explore and describe game play in ways that is independent from programming language. These patterns are based in phenomenology. These patterns are used in the Scalable Game Design project and mentioned by teachers are one of the most important abstractions that help student to analyze and build games. The same patterns are used to also build STEM simulations. Through theses patterns there is transfer from game design to STEM simulation building: http://sgd.cs.colorado.edu/wik...