Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahdookin authored Feb 5, 2022
1 parent 5201b1b commit b92542f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# A* Star pathfinding demonstration in Gameboy development
Made for a final project in CS370 at NJIT.

## Demos
![](pics/astar2.gif)

![](pics/astar1.gif)

![](pics/astar3.gif)

![](pics/astar4.gif)

## Building
Requires [gbdk-2020](https://github.com/gbdk-2020/gbdk-2020).
```bash
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.

0 comments on commit b92542f

Please sign in to comment.