I've never been much of a game developer, but I thought I might give it a try. So, I made Textzle, a text adventure game inspired by retro text adventure games. It's got magical beings, secret entrances and more waiting to be discovered!
Textzle is primarily written in Python (PyScript + Pyodide) and HTML. It's structure is first defined as a class for the boilerplate (it's a package on PyPI), and then is transformed into a game through frontend PyScript - the game's plot, characters, etc are defined there. Textzle can be found as a webpage, but it imitates retro games with the PyScript terminal feature.
Note: Textzle may be expanded in the future.
It's open source: https://codeberg.org/splot-dev/textzle
Here's the site where you can play it: https://www.splot.dev/textzle/
Top comments (0)