fedefloris / Lem-in

A pathfinding algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lem-in - 42Born2Code

What is Lem-in?

Lem-in is an algorithmic 42 project focused on pathfinding algorithms.

The goal is moving n ants from the start node to the end node in a graph.

For more details, look at the subject

Usage

git clone --recursive https://github.com/fedefloris/Lem_in.git && cd Lem_in && make
./lem-in < maps/subject.map

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A pathfinding algorithm

License:MIT License


Languages

Language:C 94.0%Language:Makefile 6.0%