Powerful Othello AI developed with Rust, Unity3D, WebGL, and Node.js
Click here to play! (Using Chrome browser is recommended)
Desdemona.mp4
Play Othello with a powerful AI!
There are 4 difficulties. Can you beat the Impossible?
Explore the environment around you!
Open the door and explore the inside of the buildings!
This game is powered by Unity-chan, the official mascot of Unity3D
- Move the player with
W,A,S, andDkeys on the keyboard - Jump with
Space - Sprint with
Shiftholding - Open Settings with
Q - Look around with the
mouse - Place a disk with
Left-click - Zoom in with
Right-click
- Install Docker and Docker-compose
- Run the following command:
docker compose pull && docker compose up -d- When the
web-serveris running, visit here to play!
This option builds the docker images and runs them with released Unity3D builds.
-
Install Docker and Docker-compose
-
To run the app, use the following command from the folder where
docker-compose-dev.ymlis located:
docker compose docker-compose-dev.yml up --build -d- When both the
ai-serverandweb-serverare running, visit here to play!
-
Change the directory into the folder
ai-serverand run the following commands:
cargo run- In a separate terminal, change the directory into the folder
web-serverand run the following commands:
npm install
npm run build-unity
npm run dev- When both the
ai-serverandweb-serverare running, visit here to play!





