Othello is Strategy board game for two player
-
Updated
Aug 12, 2022 - Java
Othello is Strategy board game for two player
Othello-Game with C++. I try to make AI-like system.
Othello or Reversi is a strategy board game played between 2 players. One player plays black and the other white. Each player gets 32 discs and black always starts the game. The goal is to get the majority of colour discs on the board at the end of the game.
CASIO PRIZM version of the well-known board game
This program traverses the game space of Othello/Reversi and determines an accurate count of the number of unique ways the game can end.
Play the popular boardgame Othello, with options to log the game and play against the computer.
A fun exercise to design database storage page for game states of Reversi to support navigation and what-if queries
Othelo (Reversi) Game using Minimax
Othello/Reversi game made with LiveView
Othello game playable at 2 over a network done for a high school project
Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay
First try to Othello/Reversi.
Othello/Reversi game in Java
Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
An Othello bot made with LEGO Mindstorms.
Add a description, image, and links to the othello-game topic page so that developers can more easily learn about it.
To associate your repository with the othello-game topic, visit your repo's landing page and select "manage topics."