Skip to content

Commit 85cb304

Browse files
Fixed type (event -> even) in "Test Your Knowledge section, Q2" (#225)
1 parent ddd762a commit 85cb304

File tree

1 file changed

+2
-1
lines changed
  • articles/tutorials/building_2d_games/02_getting_started

1 file changed

+2
-1
lines changed

articles/tutorials/building_2d_games/02_getting_started/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,12 @@ Now that your development environment is setup and ready to go, you can dive in
272272
2. What is the primary reason that game applications implement a *game loop* structure instead of using an event-based approach like traditional desktop applications?
273273
274274
:::question-answer
275-
Game applications implement a *game loop* structure because games need to continuously update and render, event when there is no user input. In games, objects might be moving, animations playing, and physics calculating regardless of user interaction, requiring constant updating and rendering until the game is told to exit.
275+
Game applications implement a *game loop* structure because games need to continuously update and render, even when there is no user input. In games, objects might be moving, animations playing, and physics calculating regardless of user interaction, requiring constant updating and rendering until the game is told to exit.
276276
:::
277277
278278
3. What is the color of the game window when you run a MonoGame project for the first time?
279279
280280
:::question-answer
281281
Cornflower Blue
282282
:::
283+

0 commit comments

Comments
 (0)