Purpose of the course

The goal of the whole course is to have fun, stay happy, and gain real Java programming skills in order to easily get a job as a programmer.

Game structure

The course consists of four main quests, and each quest consists of at least ten levels. Each level contains 10-12 lessons and 20-30 exercises. For completing tasks and some other actions, you get experience points or "dark matter". You can use it to unlock the subsequent lessons and tasks.

Advancing to the next level or lesson

To advance to the next lesson or level, you need to collect enough «dark matter» to «pay» to unlock it.

The description of each task says how many units you will receive for completing it.

For example, you’ll earn 1 unit of dark matter for the following exercise.

Exercises

In CodeGym, you'll find a ton of different exercises. You get dark matter for working through them.

Copy code from an example — This is the simplest exercise. To complete it, you need to enter the Java code in the bottom window exactly as it appears in the top window.

Write a program — These are the most important exercises in the course. These can vary greatly in their complexity: all the way from short and simple tasks to puzzlers that will really put your brain to work... You can start working on any task marked as "Available". To get started, just click the "Open" button on the task description.

This will open the Web IDE. The first tab contains the task conditions. The second tab is where you type your code.

After completing a task, click the «Verify» button. You'll find out whether the task solution is correct.

If you want to just execute your program without validating it, simply click the «Run» button.

This same toolbar lets you reset your solution (in case you get confused), analyze your code (if you are studying under the Dark Grand Master), or get help with a solution.

Create mini projects — These are the most interesting and challenging exercises! A mini-project consists of a series of interconnected sub-tasks. By the end, you will have created your very own little project such as a game. But before you get to create your first mini-project, you’ve got a lot of work to do. You won’t see your first mini-project until Level 20.

Nerd Break — These are the hardest exercises of them all! Just kidding! Most often, a "break" involves watching a cool tech-related video. And yes, you still get a dark matter reward for these exercises too.

P.S.: Starting with Level 3, you’ll be able to work on tasks using an integrated development environment (IDE) called IntelliJ IDEA. A lesson will teach you how it’s done, but we’ll tell you more about that later.

Lessons and task statuses

Tasks can have the following statuses.

"Available" — Go ahead and try to complete it!

"Completed" — You successfully completed this task and collected your dark matter less than three days ago. You can try to solve it again to improve your solution.

"Closed" — You successfully completed this task and collected your dark matter more than three days ago.

"Locked" — I think this is pretty self-explanatory. To access the task, you’ll need to unlock the lesson associated with it. And that will require that you unlock all the lessons leading up to this one.

"Premium" — To solve these tasks or read lectures you need one of Premium course subscriptions

Lessons have two possible statuses: "Available" and "Locked".

The last "available" lesson before a long chain of "locked" lessons is the one you stopped on. If you click on the first "locked" lesson, you will be prompted to pay a certain amount of dark matter to unlock it.