What Are Video Games and What Makes Them Different From Other Media?
A video game is interactive software: the experience only happens when a player provides input, and that input changes what occurs on screen. That single condition separates games from film, television, books, and music, all of which deliver a finished experience whether or not the audience does anything. If you want to understand the category, the useful move is to look at four things: the input loop, the genres, the platforms, and the people who build them.
The defining trait: player input drives the experience
In passive media, the work is complete before you arrive. A film plays the same whether you watch closely or leave the room. A game is not complete until it is played — the software holds rules and state, and your actions move that state forward.
That produces a feedback loop:
- Rules define what you may do (move, shoot, build, choose).
- Goals define what counts as success.
- Challenge creates resistance between you and the goal.
- Feedback tells you immediately whether your last action worked.
Remove the challenge and you have a toy — something to fiddle with, with no win condition. Remove the goals and you have a simulation, which models a system rather than asking you to beat it. Games sit where rules, goals, challenge, and feedback all apply at once.
The term covers many different things
"Video Games" is not one product category. It is an umbrella over genres and platforms that share almost nothing except interactivity.
Common genres
| Genre | Core activity | Example of the appeal |
|---|---|---|
| Action | Reflexes and timing | Fast, moment-to-moment decisions |
| Role-playing (RPG) | Character growth and story choices | Long-term progression and narrative |
| Strategy | Planning and resource management | Outthinking an opponent or system |
| Puzzle | Pattern recognition and logic | Solving a contained problem |
| Simulation | Managing a system | Seeing consequences accumulate |
| Sports / racing | Competing under physical rules | Mastery of a specific skillset |
Common platforms
- Console — dedicated hardware connected to a TV.
- PC — desktop and laptop systems, often with keyboard and mouse.
- Mobile — phones and tablets, usually touch controls.
- Browser — games that run inside a web page with no install.
The same genre can appear on any platform, but the controls shape the design. A strategy game built for mouse input plays differently from one built for a touchscreen.
Making a game takes several distinct roles
A finished game is usually the output of a team, and the roles map closely to other software and media work:
- Design — defines rules, goals, balance, and pacing.
- Art — creates characters, environments, and interface.
- Programming — implements the systems that make the loop run.
- Audio — music, sound effects, and voice.
- Testing / QA — finds the cases where the loop breaks.
Small teams combine these roles; large productions separate them. This is also why game development overlaps with web development and design as a technical discipline — both are software built for an audience, and both live or die on how the interaction feels.
How to actually try games yourself
If the category is still abstract, the fastest way to make it concrete is to pick one path and start:
- Choose a platform you already own — a phone, a laptop, or a console.
- Choose one genre from the table above that matches something you already like (puzzles if you like logic, strategy if you like planning).
- Pick one starting title that is free or low-cost on that platform, so the commitment is small.
- Play for one session and watch the loop: what did you do, what happened, and did the feedback tell you whether it worked?
If step four is unclear, the game is probably not giving you enough feedback — which is itself a useful thing to notice, because it is the same failure mode that makes a website or app feel broken.
Video games are best understood not as a single medium but as a family of interactive systems. The label tells you one thing reliably: your input matters. Everything else — genre, platform, budget, team size — is a variable.