Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 506 Bytes

Puzzle Block AI

Some basic AI theories implemented in a game. A simple route-finding algorithm, my first step towards the AI field. The program is written in C++ for route-finding and Java for UI.

Preview Image

You can try this program by cloning the repository and running the makefile.

git clone https://github.com/khantkyawkhaung/puzzle-block-ai
cd puzzle-block-ai
make
make run