Home

Awesome

Intro

Othello is an implementation of the board-game Othello (aka Reversi). It was created in Unity with C# as the programming language. It features:

Setup Instructions

Visual Studio

The source code can be compiled in either Visual Studio 2019, VS Code, or MonoDevelop. Build in Visual Studio (or equivalent) first so the class libraries can go into the folders for Unity to pick-up. The class libraries are:

If you don't build in Visual Studio (or equivalent) you'll get compile errors in Unity.

Unity

The graphics engine currently runs on Unity 2020.3.12f1. It should be updatable to newer versions. The unity project file is stored in the Assets folder. See http://unity3d.com/. The Unity scene you need to open is called Othello.unity, in the root of the repo.

Additional Information

History