connect-four topic

List connect-four repositories

connect4-sol

51
Stars
8
Forks
Watchers

An optimised Connect4 game implementation on Solidity

c4

241
Stars
87
Forks
Watchers

🔴🔵 Connect Four game in JS + Canvas

c4bot

27
Stars
7
Forks
Watchers

Chat bot that plays Connect Four with you

alpha-zero

84
Stars
28
Forks
Watchers

AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement...

connect4

20
Stars
26
Forks
Watchers

🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The p...

alphazero

26
Stars
9
Forks
Watchers

Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules

connect-four

26
Stars
9
Forks
Watchers

The slickest way to get 4-in-a-row, written using HTML5, JS, and Mithril (like React). Features an AI player, online multiplayer capability, and a smooth user interface

connect-four-js

21
Stars
5
Forks
Watchers

Minimax and Alpha-Beta Pruning implementations in JavaScript