Oz-Engine is a Engine that allow to control characters individually like sprites you would have in a classic game engine. It can be used to make games in:
- Terminal
- Discord
- Microbit
- Any matrix-led screen
Games like Connect-4, Snake and Conway's Game of Life have been made in Oz-Engine.
- Sprites
- Handling Collision
- Calling Groups
- Camera Support
- Custom Sprite Type
- Flexible Render Target
(You can either play in the console or on a matrix-led screen)
In CommandLine type this:
$ pip install Oz-Engine
Then import it at the top of your project like so:
import oz_engine as oz
If you want to get started and learn how to use it go here.
Distributed under the GPL-3.0 license check LICENSE.txt
for more information.
Contributions to this project are greatly apreciated, check the Contribution Guidelines
If you want to support me and the project please consider leaving a star ⭐ as it just makes my day better !