Skip to content

tiagomosantos/GameofThronesRPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Thrones RPG

Description

Game of Thrones RPG is a Python-based role-playing game set in the world of George R.R. Martin's "A Song of Ice and Fire" series. Players can create characters from different houses, explore Westeros, engage in combat, complete quests, and interact with various NPCs from the Game of Thrones universe.

Features

  • Character creation with different classes (Warrior, Diplomat, Maester)
  • Turn-based combat system
  • Exploration of various locations in Westeros
  • Quest system
  • Inventory management
  • NPC interactions
  • Dynamic character progression

Installation

Prerequisites

  • Python 3.7 or higher
  • PyQt5

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/game-of-thrones-rpg.git
    cd game-of-thrones-rpg
    
  2. Install the required dependencies:

    pip install PyQt5
    
  3. Run the game:

    python main.py
    

How to Play

  1. Start the game by running main.py.
  2. Create your character by choosing a name, house, and class.
  3. Explore Westeros using the movement controls.
  4. Interact with NPCs, engage in combat, and complete quests to progress.
  5. Manage your inventory and use items to aid your journey.
  6. Level up your character and improve your stats.

Controls

  • Use the GUI buttons to navigate and perform actions.
  • Select options from dialog boxes to make choices during gameplay.

Project Structure

  • main.py: Entry point of the game
  • gui/: Contains all GUI-related classes
  • models/: Defines game entities like characters, items, etc.
  • game/: Core game logic and mechanics

Contributing

Contributions to the Game of Thrones RPG are welcome! Please feel free to submit pull requests, report bugs, or suggest features.

Acknowledgments

  • Game of Thrones and all related characters are the property of George R.R. Martin and HBO.
  • This project is for educational purposes only.

Enjoy your journey through Westeros!

My Image

Releases

No releases published

Packages

No packages published

Languages