Intermediate Vocabulary #gamedev #unity #rendering #multiplayer

Game Development Vocabulary

5 exercises — vocabulary every game developer needs in English: game loop, ECS architecture, LOD optimisation, AI pathfinding, and multiplayer networking concepts.

Core game development vocabulary clusters
  • Core loop: game loop, update, fixed update, delta time, frame time, FPS, tick rate
  • Architecture: ECS, component, entity, system, MonoBehaviour, composition vs inheritance
  • Rendering: draw call, frustum culling, occlusion culling, LOD, batching, mipmapping, shader
  • Physics & AI: nav mesh, pathfinding, A*, steering, ragdoll, rigidbody, collider, trigger
  • Multiplayer: server-authoritative, client prediction, interpolation, lag compensation, tick rate, rollback
  • Optimisation: profiler, CPU-bound, GPU-bound, memory pool, object pooling, garbage collection
0 / 10 completed
1 / 10
A game developer explains a performance problem:
"We're not GPU-bound on rendering — the bottleneck is the game loop itself. It's doing too much work per frame, and we're dropping below 60 FPS on anything slower than a high-end machine."
What is the game loop?

Frequently Asked Questions

What does the "Game Development Vocabulary" vocabulary exercise cover?

This exercise tests real IT vocabulary related to game development vocabulary through 10 multiple-choice questions, each built from realistic workplace sentences rather than abstract definitions.

Is this vocabulary exercise free to use?

Yes. Every exercise on CoderSlingo, including this one, is completely free — no account, sign-up, or payment required.

How many questions does this exercise have?

This exercise has 10 questions. Each one shows a real-world sentence or scenario with multiple-choice options and an explanation once you answer.