Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 637 Bytes

File metadata and controls

27 lines (22 loc) · 637 Bytes

Effect-Engine

Python game engine for text RPGs

Fully operational

What's new

  • Sprite System implemented.
  • Switched from use of labels to display images to canvas

Dependencies

  • Threading https://github.com/python/cpython/blob/master/Lib/threading.py
  • Pillow pip install pillow
  • Pygame pip install pygame

Features

  • Tkinter GUI
  • Multi-Threaded (2 Threads)
  • Text Processing Algorithms
  • Image Processing Algorithms
  • Main Text Widget
  • Stats Side Bar
  • Main Image Display (changeable using premade algorithm)
  • Pygame mixer (audio)
  • Sprite System to display sprites (pixel coordinates)

Issues

  • Many