Chapter 2. Tic-Tac-Toe

In this chapter, we are going to create our first game starting from an UE4 template and using Blueprint classes. As a first project, we will create a tic-tac-toe clone. This simple project allows you to focus only on the logic of Blueprints, without being worried about level design, graphic or any other aspect of game developing. We will need some basic meshes by the way, and for our purpose we are going to use the BSP brushes.

In this chapter, we will cover the following:

  • BSP brushes
  • Direct Blueprint class communication
  • Static Meshes via Blueprint
  • Variable array
  • Blueprint Macro
  • Text render via Blueprint
  • Custom events

What do we need?

Anyone knows how tic-tac-toe works: it is a 1vs1 game that is played in a 3 x 3 grid, where the ...

Get Unreal Engine Game Development Blueprints 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.