AkdenizKutayOcal / Maze-Mapping

Computes the map for a robot with 4 sensors navigating in an unknown maze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze-Mapping

This is a program in C that computes the map for a robot with 4 sensors navigating in an unknown maze. The maze is generated as a 2 dimensional one. A maze cell can be wall or an open space and naturally the robot can navigate within open spaces. Can be later used in maze solving robot project with the implementations of search algorithms.

About

Computes the map for a robot with 4 sensors navigating in an unknown maze.


Languages

Language:C 100.0%