March 2021
Beginner to intermediate
686 pages
13h 6m
English
This chapter is quick and simple but what we will learn to do can make your game accessible to millions more potential gamers. We will see how to add additional languages. We will see the "correct" way to add text to our games and use this feature to make the Snake game multilingual. This includes using string resources instead of hardcoding strings in our code directly as we have done so far throughout the book.
In this chapter, we will do the following:
Let's get started.
First, we need ...