Metadata-Version: 2.4
Name: crowd-simulator
Version: 0.1.1
Summary: Python package to easily control an arduino using Python.
Home-page: https://github.com/Amzu-bzh/arduino-controller
Author: Amaury GODOT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyglet==2.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Crowd Simulator

A 2D engine to simulate crowds easily in Python.

## Installation

``` sh
pip install crowd-simulator
```

## To do
- [ ] Create 2D simulation space
- [ ] Create base entity class
- [ ] Create entities with special comportements
- [ ] Create config file system to be able to test comportements easily
