A browser-based Connect 4 game made with Phaser 3! https://iammanish17.github.io/Connect4/
-
Updated
Jun 10, 2020 - JavaScript
A browser-based Connect 4 game made with Phaser 3! https://iammanish17.github.io/Connect4/
JavaFX based Connect4 Game.
Deep Reinforcement Learning algorithms to play Connect4 using a combination of Supervised Learning and Reinforcement Learning
An asynchronous implementation of AlphaZero, a self-play reinforcement learning algorithm.
This repository was created for the Artificial Intelligence course instructed by Dr. Abdoos, held in spring 2023 at Shahid Beheshti University.
The Connect 4 CLI program with AI implementing alpha-beta pruning I made for fun! There is Human vs Human, Human vs AI, AI vs AI git branches
First project for the ‘Fundamentals of Artificial Intelligence’ course. Created AI engine based on MinMax algorithm to play Connect Four game. Type of each player (human/AI) and AI parameters (depth of MinMax tree, enabling alpha-beta pruning) can be set, so it is possible to run AI vs AI game with different parameters.
🤖 Pretty perfect bot remembering only perfect moves for overcoming the perfect AI written by a perfect guy
Building AI using MiniMax Algorithm.
Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship
Little program for MCTS and alpha-beta-pruning that can play connect4 against each other.
Intelligent Agent to play Connect-4 with a modifiable depth aided with a decision tree visualizer to trace the agent's decision making process
In this project, my primary goal was to implement an AI player class powered by the Monte Carlo Tress Search algorithm which can play for a win as well as defend a defeat to compete with a Human player.
Knowledge-based backtracking algorithm to win the game of connect 4. This work is based on the master thesis "A Knowledge-based Approach of Connect-Four" from Victor Allis back in 1988.
2d command-line Connect4 game using C with AI feature
A program made to play a generalized version of connect 4 perfectly
Play Connect4 against an intelligent AI agent using Minimax Algorithm with and without Pruning
Add a description, image, and links to the connect4-ai-game topic page so that developers can more easily learn about it.
To associate your repository with the connect4-ai-game topic, visit your repo's landing page and select "manage topics."