Skip to content

A* implementation and demonstration in a Gameboy game.

Notifications You must be signed in to change notification settings

hahdookin/GB_AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Star pathfinding demonstration in Gameboy development

Made for a final project in CS370 at NJIT.

Demos

Building

Requires gbdk-2020.

git clone https://github.com/hahdookin/GB_AStar.git
cd GB_AStar
make

Note: You may have to update the path to your compiler in Makefile.

Run bin/main.gb with the Gameboy emulator of your choice.