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

Project Files

This is a unity project, for version 2019.4.33 or later:

FoundationsEligibility.zip

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.

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

Extra considerations (For all exams submitted after July 12, 2024)