Metadata-Version: 2.1
Name: sim32
Version: 1.0.1
Summary: Library to help you write games
Home-page: https://github.com/TheArtur128/SimEngine
Author: Arthur
Author-email: s9339307190@gmail.com
License: UNKNOWN
Download-URL: https://github.com/TheArtur128/SimEngine/archive/refs/tags/1.0.1.zip
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown

## Sim-Engine
Helps to create games without limiting you

### Advantages
* **Speed**. You will very quickly start writing simulations without paying attention to the infrastructure (but you can also tailor it to your needs)
* **Integration**. You can quickly connect the engine to an already created game
* **Flexibility**. You are not even limited to 2 or 3 dimensions!
* **High Cohesion**. Don't overthink the whole game
* **Pygame integration**. Pygame render out of the box

### Installation
`pip install sim32`


