connect4-game

There are 123 repositories under connect4-game topic.

  • Connect4

    Language:Java
  • connect4game

    Language:Python
  • DQL_Connect4_Mathematical_Data_Science_SS2020.FAU

    Final Project of the Master course Mathematical Data Science at the Friedrich Alexander University Erlangen-Nürnberg. We received the grade A for this.

    Language:Python1
  • Class-Projects-1

    Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship

    Language:C1
  • GravityConnect4

    Gravity Connect 4 is a game in Unity.

    Language:C#1
  • connect-4

    connect-4

    A basic connect 4 web game for two.

    Language:JavaScript1
  • connect-four

    Another connect four game.

    Language:JavaScript1
  • php-connect4

    Interactive Connect 4 console game made in php

    Language:PHP1
  • Connect-4

    Interface for Connect 4 game programed in Java

    Language:Java1
  • connect4

    University project to build a connect4 game using VB.NET

  • Connect4-Minimax

    Implemented the Minimax algorithm with Alpha-Beta pruning for an AI player in Connect4

    Language:Python
  • Connect4minimaxGame

    This project is a Java implementation of the classic Connect 4 game. It supports two game modes: Player vs Player and Player vs AI.

    Language:Java
  • Connect-4

    Implementación en JavaScript del clásico juego de mesa Conecta 4. Este proyecto ofrece una experiencia interactiva donde los jugadores pueden competir contra la CPU.

    Language:JavaScript
  • AI_2223

    This repository contains 3 different projects made for class of Artificial Intelligence CC2006.

    Language:Java
  • implementation-of-monte-carlo-tree-search-algorithm-for-connect-4-game

    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.

    Language:Java
  • Connect4

    This is a connect 4 game that run by python in the cmd.

    Language:Python
  • PyConnect4

    An implementation of bitboard-based Connect 4 boards using Python for further use in AI projects.

    Language:Python
  • CConnectFour

    Multiplayer connect four in C

    Language:C
  • Connect4_42Rush

    Connect4 codes for 42 Rushes Project

    Language:C
  • discordbot

    A (hopefully) well-rounded discord bot written in Python. Still in development

    Language:Python
  • connect4-bot

    connect4 bot

    Language:C++
  • Connect4

    Python code for classic Connect Four game. Two players take turns dropping colored discs into a vertical grid to connect four of their color in a line. CLI interface with input validation.

    Language:Python
  • connect-four-game

    Connect Four Game AI Implementation with Javascript, Using Minimax Algorithm and Alpha-Beta Pruning

    Language:JavaScript
  • Connect4_Game

    This repository contains an implementation of the game Connect4 and two AI agents for playing the game. One is the Monte Carlo Tree Search algorithm. The other uses the Q-learning algorithm. These agents were developed to demonstrate the effectiveness of these algorithms in solving the Connect4 game..

    Language:Python
  • Connect_4_AI

    Connect 4 Game AI using MiniMax algorithm.

    Language:C
  • mini-projects

    Collection of mini-projects/task for machine coding rounds for frontend developer mainly with React.JS that can easily be implement in a React CodeSandbox.

    Language:JavaScript
  • Marlin

    Marlin is a high-performance Connect 4 engine designed specifically for a 7x6 board size, written in C++ and utilizing a bitboard representation of the game board for maximum efficiency.

    Language:C++
  • Simple-Connect4-Game

    Project of Advanced Programming Course @ Shiraz University of Technology

    Language:Java
  • connect-four-or-more

    Online two-player game powered by Vue3, Node.js and Typescript.

    Language:Vue
  • Year-2-Connect4-Project

    Connect-4-Project-DigSys

    Language:C++
  • Connect-Four-Game

    Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column.

    Language:Java
  • Connect4

    Welcome to our two-player board game which is a computerized version of the conventional 'Connect4' or 'Captain's Mistress' game. The objective of this game is to be the first one to form a horizontal, vertical, or diagonal line of four of one's own chosen color (Red/Yellow). To know the rules, visit the link in the README and do give it a try!

    Language:Python
  • Connect-Four

    a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own tokens.

    Language:Java
  • connect4

    A simple connect4 game in console made with @kevinjmt

    Language:C#
  • connect4

    Game of Connect Four built in Python

    Language:Python
  • connect4

    python服务端websockets使用demo,实现connect4小游戏

    Language:JavaScript