Neurocourse

Play right here: what makes a game

This lesson starts with playing, not definitions. Three mini-games open right on this page. We'll use them to break down the five core elements of any game: goal, rules, turn, feedback, and outcome. By the end, you'll be able to spot these elements in any game you've ever played – that's the first skill of a future game creator.

Most courses start with theory. This one starts with a break. Open these right here: [Hangman](/play/viselitsa.html), [Snake](/play/zmeyka.html), [Tic-Tac-Toe](/play/krestiki.html) — and play each one at least once. It'll take about five minutes. Come back with your results: whether you won, lost, or quit halfway through — any outcome is fine.

What you just did

From the outside, you just pressed buttons. But really, you made a deal three times. Each game, within seconds, explained what it wanted from you, what was allowed, and what wasn't — and you silently agreed to its terms. Hangman asked you to save a little man by guessing letters. Snake wanted you to grow by eating food and protecting your tail. Tic-Tac-Toe challenged you to get three of your marks in a row before your opponent. Three different screens, three different vibes, but the underlying agreement was the same. What that agreement consists of is what this lesson is all about.

The five elements every game is made of

Take any game in the world — from Tic-Tac-Toe on a napkin to massive virtual worlds people live in for years — and you'll find the same five elements inside.

  • Goal — why the player presses buttons at all. In Hangman, it's to guess the word before the stick figure is fully drawn. In Snake, it's to grow as long as possible. In Tic-Tac-Toe, it's to get your three marks in a row first.
  • Rules — what you can and can't do. Snake can't crash into walls or its own tail. In Hangman, you can't guess the same letter twice. In Tic-Tac-Toe, you can't place a mark in an occupied square. Rules create limits, and that's what makes a game a game: without restrictions, any activity just becomes pointless button-mashing.
  • Turn — a single unit of play, one completed action. A guessed letter, one turn of the snake, one placed 'X' or 'O'. A game is a chain of turns, and each turn changes something.
  • Feedback — the game's response to your turn. A letter appears in the word, or a new line is drawn on the gallows. The snake gets one square longer, the score at the top increases. An 'X' or 'O' appears on the board, and now your opponent thinks. With each response, the game tells you: "I heard you, here's what changed."
  • Outcome — how it all ends. Victory, defeat, and sometimes a third option: Tic-Tac-Toe can end in a draw, which is a fair conclusion to the game, planned for in the rules.

Feedback: The glue that holds it all together

Out of the five elements, the fourth one is the most underrated. Let's test its power with a thought experiment. Imagine a Hangman game that only shows the result at the very end: you guess ten letters in a row in complete silence, and then you find out if the stick figure was saved or not. The goal is there, the rules are there, the turns are there — but it's impossible to play. What makes a game engaging is that short loop of 'do something — see the response — want to do more.' The faster and clearer a game responds to your actions, the harder it is to put down. When you start building your own game in the next module, this is the loop we'll be fine-tuning first.

Snake doesn't have a "You Win" screen — every game only ends in a loss. Does that mean the game is broken? Think about it before you read on.

The game is perfectly fine. A goal can be many things; reaching a final screen is just one option. Snake's goal is different: to score more than you did last time. It's competing against your previous high score, so losing here acts as an invitation for another attempt — and notice, you probably hit "play again" yourself, without any prompting.

Why this matters to a creator

As long as you're just a player, you might not notice these five elements — they work automatically, like the grammar of your native language. But for a creator, they're essential. When you write a prompt for the AI in the second module, it will essentially be answering five questions: what's the player's goal, what are the rules, what counts as a turn, how does the game respond to actions, and when does it all end? Confusing or boring games almost always suffer from the same problem: their creators couldn't clearly answer one of these questions. Now you know the whole list — and that's already an advantage.

Where this course will take you

It's a long journey, and it's fairer to show you the whole path now. We started with three tiny games — and your first ones will be just as simple. Then, module by module, we'll explore how the world of games works and how money flows in it; we'll build your first game using a prompt pipeline — from concept to graphics; we'll teach it to get more complex, add sound, and live on the internet where strangers can play it; we'll talk about earning money and mobile app stores; and finally, we'll step into the third dimension — 3D right in your browser and your first project in Unity, a real game engine used for many famous hits. Each step builds on the last, so it's best to go in order.

Your turn

Go back to the three demos above and play each one again — but this time, through a creator's eyes. Pick one of the three games and go through the five elements out loud or on paper: goal, rules, turn, feedback, outcome. Pay special attention to feedback — count how many different ways the game responds to a single move you make: with a score, an image, movement, a screen change. In the next lesson, we'll see how equally simple games launched an entire industry half a century ago — and why simplicity won out at every turn.

Practice · 3 задачи

Short questions on the lesson — with an explanation for every answer.