Chapter 33. Prototype 6: Word Game

In this chapter, you learn how to create a simple word game. This game uses several concepts that you have already learned, and it introduces the concept of coroutines, methods that can yield during execution to allow the processor to handle other methods.

By the end of this chapter, you’ll have a simple word game that you can expand yourself.

Getting Started: Word Game Prototype

As usual, you’ll import a unitypackage to start this chapter. This package contains a few art assets and some C# Scripts that you created in previous chapters.

Get Introduction to Game Design, Prototyping, and Development: From Concept to Playable Game with Unity and C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.