How it Works
The goal of the 20 Games Challenge (20GC) is to gradually learn more about game development through a series of small projects.
At the end of the challenge, you should be comfortable creating games in your engine of choice without a tutorial.
Prerequisites:
Section titled “Prerequisites:”You don’t need any special skills or training to get started making games! If you have never made a game before, then there are a few things you might want to do before you jump in:
Decide on an engine (maybe?)
Did you ever boot up a brand new game that you’ve never played before, and the first thing you have to do is select a difficulty rating? Yeah, it’s the same thing here. The good news is, you can always change your mind.
If you don’t have an engine in mine already, I’d recommend Godot. It’s free, open-source, and it’s pretty easy to learn. If you’re looking for a job in the AAA industry, then you might want Unreal instead.
If you have another engine in mind, just try it. Your skills will not be limited to the engine you choose, so you can always switch if you don’t like your first choice. (Hint: The 20GC is a great way to learn a new engine. I can make Pong in 1 hour, and you will be able to too after a few games!)
Start with a tutorial if you need it.
As I said above, the 20 Games challenge is not a tutorial in itself. You don’t need to know much to get started.
Each engine has its own officially recommended tutorial series, so that might be a good place to start.
(I might add some extra links here. For now, Google is your friend)
Basically, you need to feel comfortable making a simple game like Pong. You don’t need to know how to make a complex game.
The challenge:
Section titled “The challenge:”Make up to 20 games on your own.
Section titled “Make up to 20 games on your own.”- Start with 10 of the recommended games (or a game of similar scope). Each game will build on the fundamentals while introducing new concepts. By the end of game 10, you should be able to make a 2D or simple 3D game.
You don’t have to do everything!
Some games are conceptually simple, but contain a lot of content. For these games, you might want to make a single level instead of the entire game. This is called a vertical slice.
Check each game’s definition of done for more details.
-
At this point, you should know how to make a simple game. There are still a lot of advanced concepts to learn, though. The second set of games are directed at expanding your knowledge.
-
Try to come up with a goal or theme for yourself, and pick games that will help you reach your goal.
-
The goal of the challenge is to learn how to make games in 20 games or less, so you might be ready to start a different project after only 10 or 15 games.
-
-
End with a capstone! Make a game that is either 1. larger than before or 2. more difficult to complete, and take some extra time to polish it up. This is your chance to show off everything you’ve learned during the challenge.
Additional Rules:
Section titled “Additional Rules:”1. No tutorials are allowed!
Section titled “1. No tutorials are allowed!”Looking up specific questions (how to move an object, how to save to disk, etc.) is fair game, though. After all, the single most important skill for any game developer is the ability to find answers online.
Every rule does have exceptions, so don’t feel bad if you need to break it. Understand, though, that following steps one at a time is not necessarily the same thing as learning. If you need to watch a tutorial, watch it in its entirety, then return to your game. This will ensure that you are still putting in the work needed to learn and grow.
2. Constrain Yourself!
Section titled “2. Constrain Yourself!”This isn’t a game jam, so you don’t need to make a game in a single weekend. However, I would highly recommend setting a time limit so each game doesn’t take a year to complete. You can always polish a project more, but setting constraints and moving on is a good skill to learn.
I would recommend 20 hours (of actual development time) as a starting time limit for a project, but you might need more time than that depending on your prior knowledge and skill level.
Later (larger) projects will take longer to complete simply due to the amount of content larger games contain.
3. Be Flexible!
Section titled “3. Be Flexible!”You should start out with one of the recommended games. After that, feel free to try new things and challenge yourself.
Start out with a rough plan, but be willing to personalize the challenge and substitute different projects in as you go. You’ll learn new things, and you might have some new ideas you want to experiment with after a while.
That’s all!
Section titled “That’s all!”Jump to the challenge page to get started!