Skip to content

menitoon/Oz-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI

Oz-Engine, a Text-Based Game Engine Made Using Python.

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.

Features

  • 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)

Startup

In CommandLine type this:

$ pip install Oz-Engine

Then import it at the top of your project like so:

import oz_engine as oz 

Using the Engine

If you want to get started and learn how to use it go here.

License

Distributed under the GPL-3.0 license check LICENSE.txt for more information.

Contributing

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 !