Introduction

This exam is designed to test your knowledge in C# by creating a simple Tic Tac Toe game. If you pass this test, you can be sure to be eligible to take the XR Foundations Bootcamp (make sure you’ve carefully read the curriculum before applying).

Make sure to have installed the following Unity Version: 2019.4.33f1 before starting

Untitled

You can find it here on the unity Download archive

Your objective

To program a computer player (an AI) that is smarter than the provided example. It should read the board and adapt to the player’s movements. The AI should actively block the real player from winning instantly or winning more than 50% of the games.

Some of the additional features you’ll have to program are:

Extra considerations

It is completely okay to fail this test.

If you happen to find that any of the concepts used in the system are too complex or you’re not familiar with them, we do recommend going through the Free C# coding course since all concepts are explained in detail there. The code is self paced and always avaliable.