# Python RPG Game # WIP ## Description This is a simple RPG game built using Python and Pygame. Players can explore a 2D world, interact with NPCs, battle enemies, and improve their stats as they progress. The game is designed to be modular and easily customizable. ## Future Features - 2D game world built with Pygame - Real-time movement and interactions - NPCs and dialogue system - Combat system with health and stats - Inventory and item management - Level progression and stat upgrades ## Feature - Dynamic Items [Demo](https://youtu.be/3_viF7M8g-4) ## Requirements To run this project, make sure you have: - Python 3.7 or higher installed - Pygame library installed (Version 2.0 or higher) Install Pygame using pip: ```bash pip install pygame ``` ## How to Run 1. Clone the repository to your local machine: ```bash git clone cd ``` 2. Run the main Python script: ```bash python main.py ``` ## How to Play - Use the arrow keys or WASD to move your character. - Interact with NPCs or objects by pressing the interact key (e.g., `E`). - Collect items to improve your stats and health. - Defeat enemies to gain experience points and level up. - Explore the world to uncover secrets and challenges. ## Contributions Contributions are welcome! Feel free to fork the repository, submit pull requests, or open an issue for suggestions and improvements. ## License This project is licensed under the MIT License. See the `LICENSE` file for details. ## Dynamic Items To make a image for it use the rgb colours Color_1 = `(55, 71, 79)` and Color_2 `(38, 50, 56)` for the substitution