/Python_RPG_Game

This is an RPG game that I am making in Python, I probably will stop making it half way through, but this will encourage me to actually make it and try to make it good.

Primary LanguagePythonMIT LicenseMIT

Python RPG Game

Build Status

About

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.

Installation

$ python -m pip install python_rpg_game

Documentation

Documentation is available via GitHub.

Testing

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

License

Python RPG Game is available under the MIT license.