Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 893 Bytes

The Roguelike Adventurer

A pygame-based Roguelike/RPG, with sound, levels, and storyline.

50% complete

Download

  1. Clone the repository, download the ZIP, or download the latest release here.
  2. Necessary libraries/dependencies: pygame (requires python3)

Configure

Open the config.json file in the GameConfig folder to make customizations and changes according to how you want to play.

If you want to customize the levels, open levels.txt in the GameConfig folder and make changes.

Be careful - Any unnecessary or removed characters may corrupt the program.

Play

  1. Navigate into the main directory
  2. Open a terminal and type python3 Main.py