Skip to content

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

Notifications You must be signed in to change notification settings

jackperlo/bachelor-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published