Hello, this is a game that I have wanted to make since I started programming, actually, it was one of the reasons I started to program. This uses Classes, too many in my opinion, but that way I can make edits to any entity when I wish, and if I wish.
I would appreciate people saying how I can improve my code, I mostly want it to be Pythonic, and fast.
$ python -m pip install python_rpg_game
Documentation is available via GitHub.
To run all tests run nox
. No venv is needed; nox makes all of them for us.
$ python -m pip install --user nox
$ git clone https://peilonrayz.github.io/Python_RPG_Game/
$ cd Python_RPG_Game
Python_RPG_Game $ nox
Python RPG Game is available under the MIT license.