rlko / lem_in

Pathfinding project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lem_in

School project

Little ants gonna lift

This project consists of moving every ants from a starting point to an arrival point without losing a single one in an anthill set in a file. The main purpose of this project is to use a pathfinding algorithm to find an exit in any anthill configurated.

Download

  • git clone https://github.com/rlko/lem_in.git --recursive

Compile

  • make

Usage

  • ./lem-in [options] < [file]
    • lem-in options:
      -b Enable to buff ants
      -c Colorize output
      -p Allow to 🍕
      -t Display turns summary
      -r Display shortest route(s)
      -v Write verbose

Detail

See the pdf file for further details. (in french)

About

Pathfinding project


Languages

Language:C 93.1%Language:Makefile 3.9%Language:PHP 2.9%