Skip to content

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

License

Notifications You must be signed in to change notification settings

dfbarrero/community-rpg

 
 

Repository files navigation

Nombre del juego

Equipo

  • <Nombre 1 y roles>
  • <Nombre 2 y roles>
  • <Nombre 3 y roles>
  • <Nombre 4 y roles>
  • <Nombre 5 y roles>
  • <Nombre 6 y roles>

Modificar lo que sigue a voluntad para que queden unas instrucciones mínimas de cómo ejecutar el juego y de cómo es el gameplay.

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

[email protected]

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%