Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 329 Bytes

File metadata and controls

5 lines (4 loc) · 329 Bytes

Caracal-Engine

A simple 2D game engine written in Python using Pygame. It is currently in development and is not ready for use.

Contributing

Please use black to format your code before submitting a pull request. You can install it with pip install black and run it with black . in the root directory of the project.