Ecosyste.ms: Repos

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

GitHub topics: connect-four

colinkiama/four-in-a-row

Four-In-A Row (aka "Connect Four" or "Four-In-A-Line") game logic library for JavaScript

Language: JavaScript - Size: 34.2 KB - Last synced: 3 days ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

pratham-jaiswal/connect-four

Connect 4

Language: JavaScript - Size: 7.81 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 0 - Forks: 0

roberthgnz/php-connect-four

Connect 4 Game

Language: PHP - Size: 41 KB - Last synced: 17 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

caleb531/connect-four

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

Language: JavaScript - Size: 2.74 MB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 25 - Forks: 9

lewiswatson55/ADS_Connect-Four

Command Line Implementation of Milton Bradley's Connect Four Board Game Using Doubly-Linked Lists for SET08122 Coursework

Language: C - Size: 640 KB - Last synced: 19 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

kmranrg/ConnectFour

a game designed in Python

Language: Python - Size: 277 KB - Last synced: 20 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

lionpeace/Connect_Four

Connect Four Game With Terminal

Language: C++ - Size: 37.1 KB - Last synced: 21 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

odilson-dev/connect-four

A basic game where each player takes turns dropping pieces into the cage. Players win if they manage to get 4 of their pieces consecutively in a row, column, or along a diagonal.

Language: Ruby - Size: 20.5 KB - Last synced: 4 days ago - Pushed: 23 days ago - Stars: 1 - Forks: 0

edu2907/connect-four

Language: Ruby - Size: 13.7 KB - Last synced: 23 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

NeilAllavarpu/connect-four

Connect Four, using React JS

Language: JavaScript - Size: 283 KB - Last synced: 28 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

hall9zeha/ConnectFour-Android

Game connect four for Android written in Kotlin and Java

Language: Java - Size: 5.3 MB - Last synced: about 1 month ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

Arnav-arw/Connect-Four

Connect 4 game made with python3 and pygame. It supports both single player and two players.

Language: Python - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

trevnels/connect4

Language: Python - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

moharamfatema/connect-4-python

An advanced version of Connect four game vs. Adversarial search based AI agent with heuristic pruning

Language: Python - Size: 3.46 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

LlfeSteal/AlphaBeta_ConnectFour_AI ๐Ÿ“ฆ

Alpha Beta algorithm implementation for ConnectFour game.

Language: Java - Size: 21.5 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Maheshkumar-novice/Connect-Four

A command line game written in Ruby (Test Driven Development)

Language: Ruby - Size: 379 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

salt-die/terminally_bored_terminal_board_games

board games for your terminal!

Language: Python - Size: 118 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 61 - Forks: 5

pri1311/Dyce-and-Dyne

Dyce&Dyne is a modern-day food ordering website. Instead of the traditional PROMO Code technique, we introduce games & quizzes. A user can play games and earn rewards in the ratio of their respective score. The games are 8 Puzzle and connect4. Algorithms like minimax with alpha-beta pruning, A* are used for these games. We have also solved the vehicle routing problem or the TSP using genetic algorithm.

Language: EJS - Size: 50.8 MB - Last synced: 27 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

kenrick95/c4

๐Ÿ”ด๐Ÿ”ต Connect Four game in JS + Canvas

Language: TypeScript - Size: 6.27 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 234 - Forks: 86

hoverslam/combinatorium

A collection of combinatorial games.

Language: Python - Size: 85 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

pacifiquem/connect-four-duel

connect-4-game in browser and terminal .

Language: TypeScript - Size: 264 KB - Last synced: 19 days ago - Pushed: about 1 year ago - Stars: 15 - Forks: 0

avinashbot/gamesearch

Monte Carlo Tree Search for {Tic Tac Toe, Connect 4, Mancala} implemented in Haskell.

Language: Haskell - Size: 87.9 KB - Last synced: 2 months ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

creid31/connect-four

Connect four game with AI option using minimax algorithm

Language: Ruby - Size: 45.9 KB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

NewLandTV/Four-Bingo_Game

This is a simple board game.

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

yashksaini/connect-4

The Connect 4 Game is a classic two-player board game where each player takes turns dropping colored balls (green and black) into a vertical grid. The objective is to connect four balls of the same color either horizontally, vertically, or diagonally before the opponent does.

Language: JavaScript - Size: 13.7 KB - Last synced: 2 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

fblupi/grado_informatica-IA

Prรกcticas de la asignatura Inteligencia Artificial de la UGR

Language: C++ - Size: 2.49 MB - Last synced: 2 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

mara-schulke/connect-four

A compact implementation of connect four written in rust.

Language: Rust - Size: 1.15 MB - Last synced: 19 days ago - Pushed: 8 months ago - Stars: 14 - Forks: 1

julius-boettger/connect-four-c

Connect Four for the command line written in C

Language: C - Size: 50.8 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

tropical32/connect-four-ai

Language: Python - Size: 49.8 KB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Bocchio01/Connect_4_Game

A (not so basic) 'Connect 4 Game' implementation

Language: C - Size: 343 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

kenrick95/c4bot ๐Ÿ“ฆ

Chat bot that plays Connect Four with you

Language: JavaScript - Size: 24.3 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 27 - Forks: 7

a740g/FourUp

Classic Connect 4 game

Language: BASIC - Size: 401 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 1

sherwinvishesh/Connect4

Prolog implementation of the classic game Connect Four

Language: Prolog - Size: 668 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

woctezuma/puissance4

AI for the game "Connect Four". Available on PyPI.

Language: Python - Size: 169 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 6 - Forks: 1

Saifullah-1/Connect-Four

C Programming Final Project

Language: C - Size: 2.41 MB - Last synced: 2 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

marcpinet/connect4-ai

๐Ÿค– A simple and extensible Connect4 with graphical user interface where you can play against an AI.

Language: C++ - Size: 67.4 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

RaoulLuque/connect-rust

Webserver for connect four with bruteforce and monte-carlo engines written completely in rust

Language: Rust - Size: 283 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

nyan9/connectFriends

Play connect 4 with friends online! Compete against other players and climb the leaderboard.

Language: JavaScript - Size: 21.4 MB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

LoSiuVincent/connect-four-mcts

Engage in the classic Connect Four game enhanced with a robust Monte Carlo Tree Search (MCTS) AI bot. Experience an elevated level of gameplay as you strategize against a sophisticated and challenging opponent.

Language: Python - Size: 963 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

leo-pfeiffer/connect4-ai

Two AI implementations for the well-known game Connect Four. Specifically, we've implemented both Alpha-Beta Pruning as well as Monte Carlo Tree Search and added a web app to play the game online.

Language: Python - Size: 105 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

abdel-17/connect-four-cli

Connect Four CLI game built with Rust

Language: Rust - Size: 9.77 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

Beboz1/Connect-four

Connect four

Language: HTML - Size: 4.17 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

diaasaur/connect-four

A web-based implementation of connect four

Language: JavaScript - Size: 1.79 MB - Last synced: 26 days ago - Pushed: 12 months ago - Stars: 5 - Forks: 0

HarryFoster1812/Connect-4-2-player

Language: C# - Size: 109 KB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

CHC0815/connectfour

A platform to let connect four agents compete

Language: Python - Size: 1.1 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

KrishanMihiranga/connect-four-game

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

walidbosso/React_Projects

Here where I store my pure React projects, three projects so far, first there's a full E-Commerce application using a JSON server, before that a Connect-4 game, and finally a Basic calculator.

Language: JavaScript - Size: 896 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 5 - Forks: 0

Adivius/CConnectFour

Multiplayer connect four in C

Language: C - Size: 274 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Acamol/connect-four ๐Ÿ“ฆ

The Connect Four game written in Python with Tkinter for GUI.

Language: Python - Size: 165 KB - Last synced: 5 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

witchu/alphazero

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

Language: Python - Size: 8.24 MB - Last synced: 5 months ago - Pushed: about 6 years ago - Stars: 25 - Forks: 9

mmitch/bash-n

bash client library for connected-n game server

Language: Shell - Size: 69.3 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

hckr/engineering-thesis

My engineering thesis on reinforcement learning applied to Connect 4

Language: TeX - Size: 5.27 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

kozennnn/connect4

Connect4 made to be used in README.md

Language: TypeScript - Size: 78.1 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

nathanfallet/connect-four-python

A Connect4 (again) written in Python.

Language: Python - Size: 3.91 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

lorenzogiarrusso/ConnectX-Player-Telos

Player for generalised Connect Four able to pick each move within a time limit

Language: Java - Size: 10.1 MB - Last synced: 6 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

miro-jelaska/connect-four

Connect Four game created using Pixi.js and TypeScript.

Language: TypeScript - Size: 1.5 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 12 - Forks: 3

nathanfallet/connect-four-javafx ๐Ÿ“ฆ

A connect4 built in Kotlin using JavaFX (why not?)

Language: Kotlin - Size: 75.2 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

andreariba/games-ai

AI implementation for games. Work in progress ...

Language: Jupyter Notebook - Size: 85.2 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

lsglucas/connect-four

Connect Four game written in Pygame

Language: Python - Size: 141 MB - Last synced: 6 months ago - Pushed: about 2 years ago - Stars: 3 - Forks: 4

MaxAve/Connect-4-Desktop

Basic Connect Four AI made in C++

Language: C++ - Size: 73.2 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

enricoDec/Parallelized-Connect-Four-Genetic-Search-Algorithm

A parallelized Genetic Search Algorithm (GSA) to solve Connect Four

Language: C - Size: 5.81 MB - Last synced: 4 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

BanhmiDev/connect-four-js

Minimax and Alpha-Beta Pruning implementations in JavaScript

Language: JavaScript - Size: 328 KB - Last synced: 7 months ago - Pushed: over 8 years ago - Stars: 21 - Forks: 5

edux1/Python-Games

Python games made with pygames

Language: Python - Size: 1.22 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

m1guelpf/connect4-sol

An optimised Connect4 game implementation on Solidity

Language: Solidity - Size: 22.5 KB - Last synced: 19 days ago - Pushed: about 2 years ago - Stars: 51 - Forks: 8

MowHogz/Connect-four

First Release

Language: Python - Size: 11.7 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 1

raghul-rajasekar/play4inarow

A simple Python AI program with GUI that plays 4-in-a-row (or Connect 4).

Language: Python - Size: 6.84 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

kabirdhillon7/Connect-4-Python ๐Ÿ“ฆ

Building a Connect 4 project using Python!

Language: Python - Size: 15.6 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

jamdays/Beta-Fish

This is my connect four bot! Bitboards implemented, however you can still use non bit boards.

Language: Java - Size: 32.2 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

amaurycannesson/connect-four-ai

Play Connect Four against MiniMax and MCTS AIs

Language: Python - Size: 46.9 KB - Last synced: 29 days ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

PaulKappmeyer/Connect-Four

Connect Four - 2-player strategy game implemented in java

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

amaniiikhan/connect4

Connect 4 Game coded in C using dynamically allocated space

Language: C - Size: 7.81 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Xiumin-Lin/ia-puissance-4

L3 Info & App | Connect Four with a simple AI (MiniMax algorithm)

Language: Java - Size: 42 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

schlagoberz/ConnectFour

A simplistic console based version of the game Connect Four implemented using Kotlin.

Language: Kotlin - Size: 67.4 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

josflesan/Connect-Four-MiniMax

Connect Four console app completed as part of University Project

Language: Java - Size: 775 KB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

zwirgioIlredelCodice/ForzaForza ๐Ÿ“ฆ

a connect-four game engine written for algorithm and data strucutures course of university of Bologna

Language: Java - Size: 221 KB - Last synced: 27 days ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

valentinp72/power4

Power4 on twitter

Language: Python - Size: 6.84 KB - Last synced: 8 months ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

evolutionsoftswiss/alpha-zero-learning

Java based alpha zero reinforcement learning. The generic base module allows implementation of any adversary board game. Example implementation for Tic Tac Toe.

Language: Java - Size: 54.3 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 4 - Forks: 2

paxsyr/JavaFX-Connect-4

A simple game of Connect 4 made using JavaFX

Language: Java - Size: 4.78 MB - Last synced: 9 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

TheTrustedComputer/Four-The-Win

Solves the Connect Four game and its variants

Language: C - Size: 116 KB - Last synced: 9 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

SPproject2020/Connect-4-Game

Also known as Four Up, Plot Four, Find Four, Four in a Row, Four in a Line, Drop Four, and Gravitrips (in Soviet Union) Is a Single Player or a two-player board game In which the players first choose a color and then take turns dropping one colored disc from the top into a eight-column, eight-row vertically suspended grid.

Language: C++ - Size: 191 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

ToJen/quantum-connect-four

Quantum Connect Four

Language: Svelte - Size: 360 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 12 - Forks: 1

chainzthec/connect-four ๐Ÿ“ฆ

Connect Four Game made in Python

Language: Python - Size: 52.7 KB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

NeutronOrg/Connect-Four

Connect 4 Game made in C# Winforms / windows forms app (csharp) ,Connect Four

Language: C# - Size: 1.23 MB - Last synced: 9 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 1

glubian/connect-four

Play connect four together - locally and remotely.

Language: TypeScript - Size: 488 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

NehaDShakya/Connect-4

Two player connect 4 game where the user can play in any sized square game board (like a 10 x 10 board or 25 x 25 board)

Language: Python - Size: 4.88 KB - Last synced: 9 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

baranove16/ConnectFour-Game

This repo gives the source code for building a Connect Four game in Java.

Language: Java - Size: 11.7 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

sourceduty/Connect_Four Fork of python019/connect_python

๐ŸŽฎ Redesigned Connect Four game by Sourceduty.

Language: Python - Size: 33.2 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

henriksen-marcus/Connect4-Console

Connect 4 game with AI

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

ZaymonFC/Connect4-3D-R3F

Connect Four Advanced (4x4x4) implemented in react-three-fiber

Language: JavaScript - Size: 7.85 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

cyrus2281/Connect-4 ๐Ÿ“ฆ

A two player four-in-line (connect-4) game for windows

Language: Java - Size: 73.8 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Andrew0Hill/csci_4202_connect_four

Implementation of a Connect Four Agent with Alpha-Beta Pruning in Clojure

Language: Clojure - Size: 63.5 KB - Last synced: 9 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

SyntaxVoid/ConnectFour

Basic connect 4 GUI application

Language: Python - Size: 24.4 KB - Last synced: 9 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

EpocDotFr/connectfour-master-server

A REST API to connect all the Connect Four players together from all over the world

Language: Python - Size: 149 KB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

EpocDotFr/connectfour

The Connect Four game, implemented in Python

Language: Python - Size: 74.7 MB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

m1rels/connect-four

Connect-Four is a grid-based game I have coded by myself. Just try it out with ur friends:)

Language: JavaScript - Size: 4.88 KB - Last synced: 5 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

eug/connect4

Implementation of the game Connect 4 using Minimax algorithm

Language: Python - Size: 7.81 KB - Last synced: 9 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

pkonowrocki/Connect4

Minmax algorithm implementation to Connect4 game

Language: Python - Size: 1.95 KB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

ggleblanc2/connect-four

The code in this repository creates a Java Swing version of the Connect Four game.

Language: Java - Size: 64.5 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

sielenk/neotrellis8x8

PlatformIO project for an AdaFruit Feather HUZZAH board attached to 2x2 Neotrellis modules.

Language: C++ - Size: 71.3 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

johnhany97/connect4

Connect 4 game in Java using Swing

Language: Java - Size: 523 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0