emflynn13 / asteroids

Designed a computer player using Depth First Search for an "asteroids" game, strategically maneuvering a ship in a 2D matrix to avoid collisions with moving asteroids. Implemented a function to determine the ship's optimal actions based on asteroid and ship positions, achieving prolonged gameplay and high scores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Designed a computer player using Depth First Search for an "asteroids" game, strategically maneuvering a ship in a 2D matrix to avoid collisions with moving asteroids. Implemented a function to determine the ship's optimal actions based on asteroid and ship positions, achieving prolonged gameplay and high scores.


Languages

Language:C 86.9%Language:CMake 13.1%