Python game engine for text RPGs
Fully operational
- Sprite System implemented.
- Switched from use of labels to display images to canvas
- Threading
https://github.com/python/cpython/blob/master/Lib/threading.py - Pillow
pip install pillow - Pygame
pip install pygame
- 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)
- Many