kfields / community-rpg

Open-Source RPG using the Python computer language and the Arcade graphics library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to The Python Arcade Community RPG

Pull Requests Welcome First Timer Friendly License MIT

Screenshot

This is an open-source RPG game.

Graphics Assets From:

Gameplay

The game is in extremely early stages. For discussion on future direction, see:

Controls

  • Movement: Arrow Keys / WASD
  • Toggle Light/Torch: L
  • Pick Up Items: E
  • Open Inventory: I (This screen doesn't do anything yet)
  • Select Current Item in Hotbar: 1-0 (Number keys)
  • Open Menu: ESC

Development

This project targets Python 3.7 or greater.

To install the project and all development dependencies run the following command, this should ideally be done in a virtual environment:

pip install -e ".[dev]"

The game can then be ran with:

python -m rpg

Contact The Maintainer

paul@cravenfamily.com

About

Open-Source RPG using the Python computer language and the Arcade graphics library.

License:Other


Languages

Language:Python 100.0%