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

GitHub topics: othello-game

irmnt/JavaOthelloGame

A simple console-based Othello game where two players can compete against each other. The game includes valid move checks, automatic piece flipping, and game-over detection.

Language: Java - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

ikepggthb/deft-reversi

The strong Othello program

Language: Rust - Size: 24.6 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 0

zyblui/anti-reversi

A simple program that plays anti-reversi.

Language: JavaScript - Size: 44.8 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

init-zhang/othello

2 player, client-side Othello game

Language: JavaScript - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

FreaxMATE/The-Moor-of-Venice

The Moor of Venice is a strategy game inspired by Shakespeare's Othello. Immerse yourself in a historical setting, outwit opponents, and master the art of tactical gameplay.

Language: C++ - Size: 9.68 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

temps1101/temps1101

Config files for my GitHub profile.

Language: Python - Size: 295 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

javalc6/reversi

Reversi, it takes a minute to learn and a lifetime to master

Language: Java - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kushalchaka/othello

othello game made using java swing

Language: Java - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

polfeliu/othellolago

Peer to peer othello online game

Language: Vue - Size: 2.4 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

Silent0Wings/Othello-Game-Variant

this project is an implementation of a variant of the classic board game Othello. The game is developed using object-oriented programming principles, with a focus on flexibility and extensibility. The game supports various starting positions, unplayable squares, and includes functionality for saving and loading game states.

Language: C++ - Size: 600 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

apurva-modi/CS580-Intro-to-Artificial-Intelligence

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

Language: Jupyter Notebook - Size: 4.49 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

v3r1510/Othello-Game

Java-based board game Othello, coded as an assignment for course COMP249, taught by Stuart Thiel during Summer2024.

Language: Java - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pchampio/othello-prolog

:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.

Language: Prolog - Size: 1.43 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 6

theMHD-120/Othello-Pygame-AI-Project

Implementation of a digital Othello game using Pygame library of Python - Artificial Intelligence (AI) project /// by theMHD; thanks for chatGPT :)

Language: Python - Size: 2.67 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

gabrielpalassi/OthelloAI

Othello/Reversi AIs written in C.

Language: C - Size: 79.1 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

tingru0203/Othello-AI

Spring 2020 - Introduction to Programming(II) in NTHU CS - Mini Project 3. Othello AI

Language: C++ - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

CaseyNelson314/Othello

供養

Language: C++ - Size: 11.2 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

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 at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 3

ArminGh02/othello-bot

A feature-rich Telegram bot for playing Othello (Reversi).

Language: Go - Size: 5.07 MB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 20 - Forks: 4

HabibaMohamedS/Othello

Python Othello Board Game to be played in Human vs. Computer mode, using alpha-beta pruning (minmax algorithm) algorithm.🎮👾🤖🏆

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

dylanroman03/Othello

Othello Game Two Players In PHP

Language: PHP - Size: 728 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Hookz/Reversi-Game

Language: Java - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

AKProgramer/Othello-Game

This is othello game which i made using MVC architecture and in this project controllers are separate from view and models and vice versa.

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

yuvalofek/othello

c++ implementation of Othello

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

12yuens2/haskell-othello-reversi

Simple Othello/Reversi game written in Haskell for CS2006. Includes working AI and network play.

Language: Haskell - Size: 68.7 MB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 1

fitocs452/OthelloAI

Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mishi-a/Reversi-Game

Ohtello or Reversi Game using JavaScript,Html,CSS,php and MySql server.

Language: PHP - Size: 61.5 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Galtvam/OthelloZero

A Smart Agent using reinforcement learning with CNN + MCTS to learn to play Othello/Reversi

Language: Python - Size: 101 MB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

arminkz/Reversi

Artificial intelligence of the Reversi / Othello

Language: Java - Size: 1.43 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 72 - Forks: 14

asbestian/othello

Implementation of the board game Othello

Language: Python - Size: 14.6 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ikepggthb/deft_web

The simple Othello Game

Language: JavaScript - Size: 62.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yueningh/OthelloReversi

Othello/Reversi game in Java

Language: Java - Size: 158 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

joeyparrish/othello

Multi-player, browser-based, server-less Othello

Language: JavaScript - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

zacbakerr/ArtificialIntelligence22-23

Created neural network from scratch to solve MNIST problem. Artificial Intelligence Labs - Junior Year of High School (2022-2023)

Language: Python - Size: 4.87 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

balping/othello-prizm 📦

CASIO PRIZM version of the well-known board game

Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

gustavoscardino/OthelloAI

Othello/Reversi AIs written in C

Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rulyotano/othello-reversi-wpf

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

Language: C# - Size: 2.64 MB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

shreyasbapat/Othello-Bot

CS562 Artificial Intelligence Assignment 2

Language: HTML - Size: 843 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

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 at: 12 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

aaron-jencks/reversi_walker

This program traverses the game space of Othello/Reversi and determines an accurate count of the number of unique ways the game can end.

Language: Go - Size: 4.52 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

olif/othello-js

A nodejs othello/reversi game

Language: TypeScript - Size: 3.88 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

mtripg6666tdr/othello.js

A simple & easy-to-use othello game implementation in pure TypeScript. With no dependency.

Language: TypeScript - Size: 204 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

vinayak1998/OTHELLO

Simulating a game of othello on ARM processor Board( Embest Board Plugin- ARMSim#)

Language: Assembly - Size: 513 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

kushwahashivam/alphazero-othello

AlphaZero implementation for board game 'Othello'.

Language: Python - Size: 38.3 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

adumrewal/AI_Othello

Develop a bot to play the Othello game in C++

Language: C++ - Size: 817 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1

RakambdaOrg/Othello 📦

Othello game playable at 2 over a network done for a high school project

Language: Python - Size: 4.27 MB - Last synced at: about 1 year ago - Pushed at: 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

johnlakk/Othello_Game

Machine Learning

Language: Java - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

yanavalieva/reversi-game

Reversi (Othello) game implemented as Swift Playground.

Language: Swift - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 13 - Forks: 1

Haydart/ReversiAI

Desktop Reversi game made in Kotlin and Swing. The project focuses on implementing and exploring AI algorithms for zero-sum games, including MinMax, Alpha-Beta pruning, and various heuristics.

Language: Kotlin - Size: 121 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

kachhadiya-rahul/Othello-Game

This repository is to implement Othello board game allowing a player to play against AI Bot.

Language: Java - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BMarx981/connectThem

A cool game to play with friends connecting your chips.

Language: Dart - Size: 324 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Thanadev/Reversi

A simple reversi game

Language: C# - Size: 2.55 MB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

Aminaamin123/AI-Othello-Labb-1

Applying an Minimax algorithm and alpha beta pruning to Othello framework.

Language: Java - Size: 6.63 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - 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 at: 2 months ago - Pushed at: about 3 years ago - Stars: 1 - 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 at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

jackbaron/GamePixiJs

Language: JavaScript - Size: 3.13 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

juneadkhan/OthelloGame

A program that implements the popular strategy board game 'Othello' using Java and the Swing GUI Toolkit.

Language: Java - Size: 144 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

Developer-Mike/Minimax-Othello

An Othello bot made with LEGO Mindstorms.

Language: Python - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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 at: 4 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 17

AminAliari/otehllo.ai

Othello ai - artificial intelligence course competition

Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

armsnyder/othelgo

A command-line Othello game and experiment using AWS API Gateway WebSocket APIs and AWS Lambda

Language: Go - Size: 865 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

benthecoder/othello-ai

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

SuperJoran/Othello

Othello. The Game

Language: Java - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

ThePension/othello_ia_minimax

An IA for the game Othello, using MiniMax algorithm

Language: Python - Size: 2.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mayank0403/ReversiGame

Reversi game in Java

Size: 117 KB - Last synced at: about 2 years ago - Pushed at: almost 10 years ago - Stars: 1 - Forks: 0

marcolg26/reversi

Software Development Methods (567SM) final project

Language: Java - Size: 9.61 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

djh-sudo/AI-Reversi

RL-Reversi

Language: Python - Size: 3.65 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

helloRupa/reversi

Reverse aka Othello console game made using vanilla JS

Language: JavaScript - Size: 268 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

cwelt/Prolog-Othello-Game

Othello Game Application Implemented with Alpha-Beta Algorithm in SWI-Prolog's Logic Programming Language :chess_pawn:

Language: Prolog - Size: 2.45 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 6

Aseyed/Othello

A reversi game with AI.

Language: Java - Size: 1.82 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

amirhnajafiz-university/S2AP01

Advanced Programming first project.

Language: Java - Size: 739 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Mr-Monster-0248/Othello 📦

The othello game as 2nd project for first year at EFREI

Language: C - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - 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 at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

FiestaTheNewbieDev/othello

Othello game

Language: Java - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BruhBruhDev/Reversi

The Othello game. It is mistakenly called Reversi (the name of the original game)

Language: C# - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

im0qianqian/Reversi-based-RL

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

Language: Python - Size: 1.04 GB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 60 - Forks: 10

anmolagarwal999/Page-and-Algorithm-Design-for-othello-reversi

A fun exercise to design database storage page for game states of Reversi to support navigation and what-if queries

Language: HTML - Size: 8.65 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kbmclaren/proj3-CMSC421-OS

Implement a linux driver. This driver must take the form of a loadable kernel module. Inside the loadable kernel module, I must implement a virtual character device. This virtual character device must enable the user to play a game of Reversi(Othello) against the CPU.

Language: C - Size: 133 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

farbodfld/Othello_Game

Othello game implementation with java and object oriented.

Language: Java - Size: 72.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PrinceAFelix/Othello

A simple Othello game programmed in java

Language: Java - Size: 3.3 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

skyamit/OthelloGame

Othello is Strategy board game for two player

Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

joulook/Othello-Game

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.

Language: Java - Size: 162 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Arvind-kumar-M-08/AI-CS-312-lab

Artificial Intelligence Lab

Language: Python - Size: 1.67 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 2

CaseyNelson314/Othello_Processing

オセロ

Language: Processing - Size: 1.16 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

fmowl10/othello-clone

AD-Project for Kookmin University Computer Science Software Project 2

Language: Python - Size: 41 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Aplex2723/OthelloGameAI

This is a Console game using a Player vs Computer system, you can play with the computer.

Language: C# - Size: 26.4 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

Aplex2723/OthelloGame

Simple Othello Game PvP in console using python.

Language: Python - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

edu-rinaldi/Othello-Game-Assembly

Othello game implemented in MIPS Assembly

Language: Assembly - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

emanguy/cs483-mcts-othello

A serial/parallel implementation of an Othello AI using Monte Carlo Tree Search.

Language: C - Size: 205 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

Luunynliny/ReversAi

A flat-design AI Othello game to beat humans

Language: JavaScript - Size: 1.56 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

realspal/OthelloGame

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game, a simple game that played on an 8 by 8 checkered board with 64 double-sided black and white discs. The game is easy to learn, but it takes time to master and develop winning strategies.

Language: Java - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 3

carlosmorette/green

Othello/Reversi game made with LiveView

Language: Elixir - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

erickchann/othello

Othello game made with Canvas

Language: JavaScript - Size: 1.49 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

withrvr/othello-game

A Minute To Learn, A Lifetime To Master .... #underDevelolpment

Language: JavaScript - Size: 1.56 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Unathi-Skosana/gothello

Othello AI using Monte Carlo Tree Search Algorithm

Language: Go - Size: 28 MB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

lukemeierj/reversi-game

AI agent and UI to play Reversi/Othello

Language: C# - Size: 86.9 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

phoemur/reversi

This is an implementation of the strategy board game Reversi (a.k.a. Othello tm) in C++14 and QT5

Language: C++ - Size: 115 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

youdev97/othello

Othello/Reversi Game

Language: Java - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AlexisMelo/othello

Project for a C/Algorithm course at Engineering School

Language: C - Size: 5.19 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Related Keywords
othello-game 129 othello 66 reversi 33 reversi-game 31 game 28 othello-ai 26 java 23 artificial-intelligence 15 ai 15 python 12 minimax-algorithm 12 othello-with-ai 11 reversi-ai 9 alpha-beta-pruning 8 minimax 7 board-game 6 cpp 5 minimax-alpha-beta-pruning 5 javascript 5 alpha-beta 4 game-development 4 c 4 reversi-board-game 4 games 4 java-8 4 minmax-algorithm 4 arm 3 python3 3 mcts 3 react 3 reinforcement-learning 3 multiplayer 3 multiplayer-game 3 swing-gui 3 console-game 3 javafx 3 deep-reinforcement-learning 2 boardgame 2 minimax-search 2 bitboard 2 pygame 2 pygame-application 2 assembly-language-programming 2 csharp 2 cpp14 2 peer-to-peer 2 machine-learning 2 assembly-language 2 mcts-algorithm 2 assembly 2 monte-carlo-tree-search 2 java-swing 2 school-assignment 2 typescript 2 php 2 alphabeta 2 game-ai 2 armsim 2 alpha-beta-algorithm 2 evaluation-functions 2 genetic-algorithm 2 heuristic-search-algorithms 2 neural-network 2 negamax 2 travelling-salesman-problem 2 cplusplus 2 alphabeta-minimax-search 2 logic-programming 2 school-project 2 random-generation 2 prolog 2 gui 2 linux-driver 1 loadable-kernel-modules 1 minmax-alpha-beta-pruning 1 character-device 1 lego-ev3 1 swi-prolog 1 alphabeta-algorithm 1 prolog-programming-language 1 js 1 negamax-algorithm 1 flask 1 rl 1 cli 1 cli-game 1 lego-mindstorms 1 lego-mindstorms-ev3 1 mindstorms 1 mindstorms-ev3 1 mindstorms-robot 1 educational-project 1 framework 1 gametree 1 riversi 1 hill-climbing 1 optimization 1 api-gateway 1 aws-api-gateway 1 aws-apigateway 1