An open API service indexing awesome lists of open source software.

https://github.com/pocketpy/carrotlib

CarrotLib🥕 is a lightweight game library scripting in python.
https://github.com/pocketpy/carrotlib

Last synced: about 1 year ago
JSON representation

CarrotLib🥕 is a lightweight game library scripting in python.

Awesome Lists containing this project

README

          

# carrotlib🥕

## Caveat

+ This project is NOT ready for production.
+ This project mainly serves for my own games.

## Install requirements
```
pip install -r requirements.txt
```

## Run the playground for everything
```
python -m playground
```

![playground](demo.png)

## Third party libraries

This project uses the following libraries:

+ [pocketpy](https://github.com/blueloveTH/pocketpy)
+ [raylib](https://github.com/raysan5/raylib)
+ [box2d](https://github.com/erincatto/box2d)