A downloadable Opus 3 Game Engine for Windows, macOS, and Linux

Opus 3 is my third major programming project. It is basically nothing but the base library for a terminal game. Currently it includes basic movement on a limited-size grid and a battle system; I am looking to turn it into a complete game framework in the future.

Sourcecode exists too - and it's public domain! https://github.com/GnuMe/Opus3...

Download

Download
opus3engine source executable
External

Install instructions

Download and extract. Install Python. Then run "python opus3engine.py" in terminal on Windows/OSX or just ./opus3engine.py in Linux.

Development log