Categories
Personal work Unreal engine

Tic Tac Toe

I decided that I wanted to learn Unreal Engine 4 and blueprint scripting. I personally learn best by the learning-by-doing approach which I highly recommend.

Since I wanted to learn something new, I thought it’d be best to start small. I ended up aiming towards a simple implementation of a Tic-Tac-Toe game where I could play against an AI.

The AI is limited as it doesn’t know the concept of forking, or how to defend against a fork-move, but it ends up doing quite well anyway.

Disclaimer: the graphics was not part of the exercise!