Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Connect 4View game page

A cozy board game!
Submitted by Xihan118 — 2 hours, 35 minutes before the deadline
Add to collection

Play game

Connect 4's itch.io page

AI Tools Used
I have used the AI models Qwen3.7-Plus and Qwen3.8-Max
I have used AI from generating the game idea to creating it.

When I joined the jam and saw the requirement of creating a game with the help of AI, I decided it would be great to create a game where the player faces an intelligent AI in the game like chess, with this I prompted the AI and it came up with a list of game ideas and Connect 4 was one of them, due to it's simplicity and the need of creating a game in a short period of time.

While I coded the player interaction's myself so that I could better understand the game, this was my first time I even played the game Connect 4, so I relied on the AI completely and utterly to create the opponent AI seen in my game and to understand how every detail of this game works.

One of the most notable things generated from Qwen was a minimax algorithm which reads the entire 6x7 board and finds the perfect grid position to place the AI opponent's piece. The opponent AI algorithm came with a value named depth which also allowed me to easily create the games difficulty.

Other than that, I have used a few free assets to create a cozy visual style and feel for the game.

Team Members
xihan118

Source Code URL
https://drive.google.com/file/d/119aohivBXDFVQOZNHTdUGxpbsTBz9FLR/view?usp=sharing

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

smart way to use ai

Developer(+1)

Thanks