Skip to main content

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

AI Game Projects

a collection by John-Busse · last updated 2024-04-30 19:41:06

These projects were made for my AI in Games class in my Spring 2023 semester at UNR. They are not the most efficient games, but provide a good demonstration of the relevant AI.

Strategy
Play in browser
Added May 15, 2023 by John-Busse

My final project for this class, a simple RTS demonstrating pathfinding and basic behavior tree logic

Play in browser
Added Mar 13, 2023 by John-Busse

This project is a demonstration of A* and Potential Field pathfinding in various environments.

Puzzle
Play in browser
Added Feb 21, 2023 by John-Busse

A demonstration of minimax search AI (with alpha-beta pruning). This is a themed take on the board game Connect Four by Hasbro. The player and AI take turns dropping colored chips down vertical shafts. The first player to get four in a row horizontally, vertically, or diagonally is the winner

Puzzle
Play in browser
Added Feb 06, 2023 by John-Busse

A demonstration of an uninformed search algorithm AI. This is a sliding tile puzzle game where the player takes turns against an AI opponent to finish their puzzle before the opponent. The AI uses a Breadth First Search tree algorithm to find the most efficient path to complete the puzzle.