Skip to content

A collection of small projects which explore various techniques of game AI

Notifications You must be signed in to change notification settings

Mike-wrm/Game-AI-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Game-AI-Samples

A collection of small projects which explore various techniques of game AI. Please see each projects' respective README.txt file for more details. Summaries for each of the projects are as follows:

A*

A simple implementatioin of the A* pathfinding algorithm, using a grid map (i.e. each node/cell has 4 neighbours).

Connect-4

A simple implementation of the connect-4 game. The user deploys white chips; the CPU, black. The decision-making algorithm utilized by the CPU is an alpha-beta pruned negamax.

Zombie Steering

A game where grey zombies chase the green player. The zombies move in a flock formation consisting of an invisible "leader" entity and zombie "followers".

About

A collection of small projects which explore various techniques of game AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published