All Projects → Gimu → connect-four-js

Gimu / connect-four-js

Licence: MIT License
Minimax and Alpha-Beta Pruning implementations in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to connect-four-js

tic-tac-toe-js
No description or website provided.
Stars: ✭ 20 (-4.76%)
Mutual labels:  minimax, alpha-beta-pruning
checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
Stars: ✭ 19 (-9.52%)
Mutual labels:  minimax, alpha-beta-pruning
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Stars: ✭ 76 (+261.9%)
Mutual labels:  alpha-beta-pruning
ludorum.js
A board game framework, focused not on graphics or user interfaces, but on artificial players design, implementation and testing.
Stars: ✭ 13 (-38.1%)
Mutual labels:  alpha-beta-pruning
connect-four
Connect-4 web game
Stars: ✭ 27 (+28.57%)
Mutual labels:  connect-four
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-14.29%)
Mutual labels:  alpha-beta-pruning
shallow-blue
UCI Chess engine written in C++11
Stars: ✭ 55 (+161.9%)
Mutual labels:  minimax
connect4
🎮 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 pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
Stars: ✭ 18 (-14.29%)
Mutual labels:  connect-four
alphazero
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Stars: ✭ 24 (+14.29%)
Mutual labels:  connect-four
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+152.38%)
Mutual labels:  connect-four
alpha-zero
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 Learning Algorithm" by DeepMind.
Stars: ✭ 68 (+223.81%)
Mutual labels:  connect-four
chain-reaction-ai
ai opponent for the game chain reaction
Stars: ✭ 95 (+352.38%)
Mutual labels:  minimax
blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
Stars: ✭ 33 (+57.14%)
Mutual labels:  minimax

Connect Four JS

Minimax and Alpha-Beta Pruning principles implemented in JavaScript.

Screenshot

Running

Pure JavaScript and jQuery implementations are located in the src directory.
This directory is additionally categorized in minimax and alphabeta folders.

Demo

Latest build available here.

License

Connect Four JS is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].