/bachelor-thesis

This repo contains my Bachelor Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.

Primary LanguageC++

How to compile and execute?

There is a Makefile which automatically compiles and runs the project and tests:
- make all to compile the application.
- make run to run the application
- make debug to run the application printing some useful debug stats. Need a make clean before and after its execution

- make tests to compile the tests using GoogleTest
- make run_tests to run the tests

- make clean to clean the whole project from .o, .a, and exectuables