Raid Villagers is a thrilling text-based RPG-style game developed in Python. In this game, players raid villages to earn coins, level up, and enhance their gameplay experience. With engaging features like a shop, upgrades, auto-save, and admin commands, this game promises endless hours of fun!
Battling is the core of Raid Villagers. Raid villages to earn loot such as coins and items. During a raid, you’ll choose a task which can either reward or harm you. Your goal is to accumulate coins through these battles.
Upgrade your stats by spending the coins you collect. There are three stats to enhance, and each upgrade helps you win battles and progress further in the game.
Visit the in-game shop to purchase items using the coins you've earned. Currently, there are three items available for purchase.
Your progress is saved to your name, allowing you to resume where you left off. Note that on Replit, progress is lost when the tab is closed. For persistent saving, consider hosting the code locally.
To install Raid Villagers, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/raid-villagers.git
- Run the file
python main.py
