diff --git a/articles/tutorials/building_2d_games/19_user_interface_fundamentals/index.md b/articles/tutorials/building_2d_games/19_user_interface_fundamentals/index.md index 760290b3..3b7f5330 100644 --- a/articles/tutorials/building_2d_games/19_user_interface_fundamentals/index.md +++ b/articles/tutorials/building_2d_games/19_user_interface_fundamentals/index.md @@ -17,7 +17,7 @@ We will first start by understanding what a user interface is and how it functio ## Understanding Game User Interfaces -A user interface in games serves as a bridge between the player and the game's systems. Well designed UIs help players navigate the game's mechanics, understand their current status, and make informed decisions. For new game developers, understanding UI principles is crucial because even the most mechanically sound game can fail if players ca not effectively interact with it. +A user interface in games serves as a bridge between the player and the game's systems. Well designed UIs help players navigate the game's mechanics, understand their current status, and make informed decisions. For new game developers, understanding UI principles is crucial because even the most mechanically sound game can fail if players can not effectively interact with it. Game UIs consist of various visual elements that serve different purposes: