Download Tic-Tac-Toe
Role
Scripting, UI Design
Project Duration
3 Days
Technologies Used
- Unity 2020
- Visual Studio Community 2019
- Trello
Additional Attribution
Analog Stick and D-Pad sprites by Retrocade Media, available on Itch.io.
Purchased as part of Itch.io’s “Bundle for Racial Justice and Equality” in Summer 2020.
Tic-Tac-Toe
For this project, I was tasked with recreating the classic game of Tic-Tac-Toe from scratch. I chose to approach it using Unity’s UI system, making each space a button which managed its own state through an attached script. A pseudo-Singleton game manager object was then responsible for managing the overall state of the game, as well as checking for the game’s end conditions.
A significant part of this project was also the use of Trello to document the game and track the work in a Scrum-like fashion. A template Trello board was provided by the course instructor, which we were expected to fill in and update as we proceeded through the process, simulating integration with an existing workflow, albeit without additional team members in this instance.