Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: othello-ai

mkan0141/Decopon

Othello AI

Language: C++ - Size: 18.6 MB - Last synced: about 17 hours ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

niloufarmj/SBU-AI-Othello

othello game with machine learning / java and javafx AI course project

Language: Java - Size: 11.4 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

folkertvanheusden/nothello

The game of Othello, for the Linux/UNIX terminal/console

Language: C++ - Size: 115 KB - Last synced: 28 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

DeanHazineh/Emergent-World-Representations-Othello

A mechanistic interpretability study invvestigating a sequential model trained to play the board game Othello

Language: Jupyter Notebook - Size: 2.97 GB - Last synced: 29 days ago - Pushed: about 1 month ago - Stars: 5 - Forks: 2

Nyanyan/Nats-reversi

αβ法を使用したスタンダードなオセロAI

Language: C++ - Size: 544 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 5 - Forks: 1

EudyContreras/Othello-FX

Othello game framework made with JavaFX which can be use for testing Othello AI Agents.

Language: Java - Size: 6.87 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 3 - Forks: 14

Nyanyan/Egaroucid

Super Strong and Fast Othello AI / Computer Othello Reversi

Language: C++ - Size: 1.28 GB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 83 - Forks: 9

SleepingMonster/Othello_Python

中山大学 人工智能项目:黑白棋python实现(DQN框架)。

Language: Jupyter Notebook - Size: 20.3 MB - Last synced: about 2 months ago - Pushed: over 3 years ago - Stars: 6 - Forks: 0

xiao-data/Othello

An Othello game implementation in python with Monte Carlo Method using TKinter

Language: Python - Size: 99.6 KB - Last synced: about 2 months ago - Pushed: about 5 years ago - Stars: 2 - Forks: 1

ikepggthb/deft-reversi

The strong Othello program

Language: Rust - Size: 24.3 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ikepggthb/deft_web

The simple Othello Game

Language: JavaScript - Size: 62.3 MB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

lukechu10/Othello-AI

An Othello / Reversi AI using Monte Carlo Tree Search algorithm.

Language: Rust - Size: 41 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 5 - Forks: 0

rulyotano/othello-reversi-wpf

Game Othelo (Reversi) made in WPF with several AI implementations

Language: C# - Size: 2.64 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

shreyasbapat/Othello-Bot

CS562 Artificial Intelligence Assignment 2

Language: HTML - Size: 843 KB - Last synced: 9 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1

glitchybunny/OthelloNEAT

Training a NEAT neural network to play my least favorite boardgame

Language: Python - Size: 1.34 GB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

alinourian/Artificial-Intelligence-Assignments

This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.

Language: Jupyter Notebook - Size: 6.01 MB - Last synced: 4 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

andrey-kondratov/othello 📦

A DOS-based Othello (Реверси) game, written using Borland C++ graphics driver. Supports PvP and PvC modes.

Language: C++ - Size: 11.7 KB - Last synced: about 18 hours ago - Pushed: about 4 years ago - Stars: 3 - Forks: 0

kushwahashivam/alphazero-othello

AlphaZero implementation for board game 'Othello'.

Language: Python - Size: 38.3 MB - Last synced: 7 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

TERNION-1121/Othello-Reversi-Game

Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.

Language: Python - Size: 336 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 1

dimits-ts/Templated-Minimax-with-Othello-example

A templated, optimized implementation of the Minimax Algorithm using closed set and a-b pruning. Includes a Othello/Reversi game using it as an opponent.

Language: C++ - Size: 43.9 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

dimits-ts/AI-algorithms

A collection of common AI algorithm implementations (N-queens, Othello, ID3 and decision forests).

Language: C++ - Size: 301 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

nonameP765/Alpha_Othello

Keras MCTS Othello bot

Language: Python - Size: 38.1 KB - Last synced: 8 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

mahdimoghassemi/Othello

The Othello AI project aims to develop an intelligent computer program capable of playing the classic board game Othello at a high level.

Language: C - Size: 7.23 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

washwin/Artificial-Intelligence-lab

A collection of ai algorithms

Language: Python - Size: 7.82 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ReconGit/go-othello-ai

MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Golang with benchmark

Language: Go - Size: 53.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

ReconGit/rust-othello-ai

MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Rust with benchmark

Language: Rust - Size: 33.2 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

ShigekiKarita/d-reversi

D implementaion of reversi game

Language: D - Size: 79.1 KB - Last synced: 9 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

2Bear/othello-zero

An implementation of the AlphaGo Zero and the AlphaZero algorithm for othello playing.

Language: Python - Size: 3.88 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 18 - Forks: 3

ejaszewski/ruthless

An Othello AI written in Rust

Language: Rust - Size: 166 KB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 3 - Forks: 1

johnlakk/Othello_Game

Machine Learning

Language: Java - Size: 9.77 KB - Last synced: 9 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

noahtallen/othello-ai

A React implementation of the Othello Game with an AI opponent.

Language: TypeScript - Size: 1.16 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

efecanxrd/Othello-Game

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

Language: Python - Size: 31.3 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

YuaHyodo/Azisai_Othello_GUI

USI-Xエンジン(オセロ)のためのGUI 兼 Online Othello Protocolクライアント

Language: Python - Size: 51.8 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

YuaHyodo/USI_X_Engine_Bridge

Interface between USI-X_Othello engine and Python programs

Language: Python - Size: 24.4 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

jackbaron/GamePixiJs

Language: JavaScript - Size: 3.13 MB - Last synced: 11 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

YuaHyodo/snail_reversi_endgame_solver

カタツムリのようにとてもとても遅いオセロ(リバーシ)の終盤探索部

Language: Python - Size: 5.86 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

YuaHyodo/python-dlothello Fork of TadaoYamaoka/python-dlshogi2

Othello AI Using Deep Learning

Language: Python - Size: 477 MB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Developer-Mike/Minimax-Othello

An Othello bot made with LEGO Mindstorms.

Language: Python - Size: 34.2 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

sadeqsheikhi/reversi_python_ai

Reversi(Othello) game in python with ai opponent

Language: Python - Size: 110 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 11 - Forks: 1

AminAliari/otehllo.ai

Othello ai - artificial intelligence course competition

Language: Java - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

RabadanDotDev/PROP_Jeirostoc

Language: Java - Size: 8.96 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

avestura/othello-ai-minmax 📦

MinMax AI with Alpha-beta pruning for Othello board game

Language: Java - Size: 1.81 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

YuaHyodo/USI-X_Othello_Samples

USI-Xプロトコルに関するサンプルプログラムなどの置き場

Language: Python - Size: 33.2 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

quentinlegot/Othello 📦

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)

Language: Java - Size: 3.43 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

Svestis/Othello_MinMax 📦

Language: Python - Size: 369 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

AAAR-Salmon/reversi-ai

PyTorchによって実装されたニューラルネットワークによるリバーシAIの自己教師あり学習と、Wansuko-cmd/reversi-server のためのクライアント。

Language: Python - Size: 53.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

im0qianqian/Reversi-based-RL

🎲 又是一个黑白棋,毕业设计(reinforcement learning)

Language: Python - Size: 1.04 GB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 60 - Forks: 10

MartinMashalov/OthelloAI

Reinforcement learning agent for Othello board game implemented in AI. All code is written from scratch to investigate inner workings of RL algorithms. Project was done in completion of Columbia University SHAPE2020 Advanced Computer Science Course.

Language: Python - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

YuaHyodo/USI-X-protocol_othello_version

オセロAIのための通信プロトコル

Size: 830 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

YuaHyodo/online_othello_protocol

CSAプロトコル・USI-Xプロトコル(オセロ版)ベースのオセロ用の簡易オンラインプロトコル

Size: 13.7 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Aubert-Antoine/Othello

Othello game with IA player

Language: Python - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

Tsatsch/Othello

Implementation of strategy board game Othello

Language: Java - Size: 201 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

HoangTran0410/Reversi-mcts

Reversi (Othello) AI game in C#. Using Monte Carlo Tree Search algorithm AND BTMM algorithm.

Language: C# - Size: 474 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

lukemeierj/reversi-game

AI agent and UI to play Reversi/Othello

Language: C# - Size: 86.9 KB - Last synced: 3 months ago - Pushed: about 6 years ago - Stars: 2 - Forks: 0

Hawzen/Othello-Agents

A repo for Othello agents that use MinMax & αβ pruning for the course CSC361

Language: Java - Size: 2.02 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Matovic/othello

An Othello game with visualization via command line and with a game bot using alpha–beta pruning algorithm over minimax.

Language: C++ - Size: 113 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

cerenbulbul/AI-Othello

Othello Game created by 2 different AI ALgorithms. These are Minimax and MCT ALgorithms.

Language: Python - Size: 5.78 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

felipeap92/othello-game

Reversi/Othello game logic, GUI, multiplayer server and AI players

Language: TypeScript - Size: 360 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

roggenbrot42/problem64

Othello/Reversi Game with a basic AI player.

Language: Python - Size: 40 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

yathartharora/Othello

A strategy game between the user and the Computer. Simple implication of AI

Language: C++ - Size: 58.6 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

skotz/othello-react

React implementation of Othello (game)

Language: JavaScript - Size: 390 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1

cherie11/Fast-Reversi-AI

Implementation Othello AI with MCTS & bitboard

Language: C++ - Size: 1.3 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

Related Keywords
othello-ai 62 othello 41 reversi 24 othello-game 23 reversi-ai 21 artificial-intelligence 14 othello-with-ai 9 minimax-algorithm 8 python 8 reversi-game 7 game 7 ai 7 alpha-beta-pruning 6 mcts 5 java 5 minimax-alpha-beta-pruning 4 machine-learning 4 othello-server 3 minmax 3 minmax-algorithm 3 reinforcement-learning 3 minimax 3 javafx 3 rust 2 reversi-server 2 alphazero 2 minimax-search 2 deep-reinforcement-learning 2 genetic-algorithm 2 reversi-board-game 2 decision-tree 2 bitboard 2 alphabeta-minimax-search 2 deep-learning 2 python3 2 pruning 2 protocol 2 react 2 board-game 2 mcts-algorithm 2 reactjs 2 monte-carlo-tree-search 2 lego-mindstorms 1 mini-max 1 tensorflow 1 lego-mindstorms-ev3 1 mindstorms 1 alphago-zero 1 lego-ev3 1 lego 1 pixijs 1 chess 1 reversi-gui 1 othello-gui 1 minimax-agent 1 alpha-beta-search 1 alpha-beta-algorithm 1 alpha-beta 1 typescript 1 parcel-bundler 1 game-ai 1 colyseus-sample 1 colyseus 1 school-project 1 school-assignment 1 assignment 1 ucb1 1 csharp 1 lmu-munich 1 gui-application 1 university-project 1 tree-structure 1 reinforcement-learning-agent 1 python-ai 1 game-strategy 1 self-supervised-learning 1 pytorch-implementation 1 cnn 1 negamax-algorithm 1 negamax 1 java-8 1 alphabeta-algorithm 1 alphabeta 1 huristic 1 minmax-alpha-beta-pruning 1 optimization 1 hill-climbing 1 university 1 mindstorms-robot 1 mindstorms-ev3 1 mir 1 egavga 1 dos 1 borland 1 sudoku-solver 1 simulated-annealing 1 neural-network-from-scratch 1 multilayer-perceptron 1 mrv-heuristic 1 lcv-heuristic 1