Play Connect-4 against an AI opponent
Load and play a Unity game
Load and play a Unity web game
Load and display a Unity WebGL game
Control a vehicle with WASD to simulate real physics
Play a water-filling game
Drive a physics a virtual car with WASD
Play a physics-based vehicle simulation using WASD controls
"One-minute creation by AI Coding Autonomous Agent MOUSE-I"
Control a vehicle in a physics-based simulation using WASD
Play KexFarm Unity game
Interact with a 3D NPC using text input
Play with Huggy, a dog that learns to catch sticks
Connect 4 Game is a classic two-player board game where players take turns dropping colored discs into a vertical grid. The goal is to connect four of your discs vertically, horizontally, or diagonally before your opponent does. This version allows you to play against an AI opponent, making it a fun and challenging single-player experience.
• AI Opponent: Compete against a smart artificial intelligence that provides a challenging gameplay experience.
• Interactive Grid: A visually appealing grid where you can drop your discs with a click.
• Win Detection: The game automatically detects when a player has formed four in a row and declares the winner.
• Turn-Based System: Alternate turns with the AI, ensuring fair and strategic gameplay.
• Restart Option: Easily start a new game after a win or a loss.
How do I make a move?
To make a move, simply click on the column where you want to drop your disc. The disc will automatically fall to the lowest available row in that column.
How does the AI work?
The AI uses a smart algorithm to analyze the current state of the game and make strategic moves to try and win or block your potential wins.
Can I play against another human?
No, this version of the Connect 4 Game is designed for single-player mode, where you play against the AI opponent.