This repository implements the Reversi/Othello game in both web and desktop GUI. Please refer to the respective READMEs for setup and deployment instructions.
web/README.md- A web implementation with minimax based AI, accelerated by Rust.desktop/README.md- A desktop GUI implementation using C++ and SDL3, supporting customized AI algorithms in C.