Ever wanted to write your own game? Can’t be too hard, right?
Most games sold today are ego shooters. But the genre is sucked pretty dry. The most innovative games in the last years were simple, surprising and cheap. Examples are Braid, Fez, Thomas Was Alone. Those games didn’t thrive from multi-million development budgets, they throve from simple ideas. They were great not despite but because of their limitations.
In this series of blog posts, I’ll show you how to develop a very simple game using Processing.
Processing is a simple environment to create amazing computer generated images using a simplified version of Java like the one on the right (code).
While you download the software, we need an idea.
In my case, the idea came from a brainstorming session organized by Zurich Game Developers at the MechArtLab. Everyone had to buy a Kinder Surprise egg (illegal in the USA, btw.) and create a game with the content. The eggs in my group contained a platypus, a crocodile and a frog.
After a quick brainstorming session we came up with this game idea: “Kribbit, the frog, runs a zoo. A small zoo. A very small zoo. Only a single compound. But he has two animals: A poor, lonely platypus and a couple of crocodiles. But the crocodiles promised to be nice to the platypus and not to eat him.”
That’s it. Game idea? Check.
What? Too simple for you? Well, complex game = low chance of success.
Next post: Setup
Tagged: Game, Games, Processing