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

A pygame-based roguelike adventure (like Zelda) with storyline, music, puzzles, etc.

Notifications You must be signed in to change notification settings

rohan-bansal/The-Rogue

Repository files navigation

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