Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.42 KB

Linesim

Build status PyPI version License Python versions Wheel

Line simulation made with pygame for testing robot pathfinding algorithms.

Features

  • Configurable line sensors (color sensors) and ultrasonic sensors.
  • Default tracks with different types of lines and a maze.
  • Custom track support

Installation

Linesim is available on PyPI.

pip install linesim

Usage

Read the documentation or follow the Quick Start Guide for more information.