A collaborative text-based RPG that lives entirely on GitHub! Battle monsters, make strategic decisions, and watch the story unfold through GitHub Issues and Actions.
This isn't your typical repository - it's a living, breathing RPG where YOU control the hero! Every move you make shapes the adventure.
Turn: 1
๐งโโ๏ธ Player Status:
- HP: 100/100 โค๏ธ
- Inventory: ๐งช potion
๐น Enemy Status:
- HP: 80/80 ๐
- Game has started! Submit your move to begin the adventure.
Want to join the adventure? It's simple:
-
Use one of these commands as the title:
attack
- Strike the enemy with your weaponheal
- Use a potion from your inventory
-
Watch the magic happen - GitHub Actions will process your move and update the game!
- ๐ค Adaptive AI Enemy - The enemy learns from your patterns and adapts its strategy
- ๐ Dynamic Combat - Randomized damage and healing for unpredictable battles
- ๐ Inventory System - Manage your potions and items strategically
- ๐ Turn-based Strategy - Every decision matters in this tactical RPG
- ๐ Community Driven - Anyone can contribute to the adventure
- ๐ Battle History - Full log of all moves and outcomes
This game is powered by:
- Python 3.x with YAML state management
- GitHub Issues for player input
- GitHub Actions for game processing (coming soon!)
- Dynamic README updates for real-time game state
github-rpg/
โโโ game.py # Core game logic and combat system
โโโ game-state.yml # Persistent game state (auto-generated)
โโโ README.md # This living game board
โโโ .github/ # GitHub Actions workflows (coming soon!)
- Attack: Deal 5-15 damage to the enemy
- Heal: Restore 10-20 HP using a potion
- Enemy AI: Adapts based on your recent moves
- Charges when you heal
- Defends against repeated attacks
- Becomes evasive when low on health
- Defeat the enemy by reducing their HP to 0
- Survive long enough to claim victory!
Found a bug? Want to suggest a new feature?
- Battle Bugs: Report issues you encounter
- Feature Requests: Suggest new moves, enemies, or mechanics
- Code Contributions: Fork, improve, and submit PRs!
- Total Battles: Coming soon!
- Community Victories: Coming soon!
- Most Active Players: Coming soon!
Be the first to complete an epic battle and earn your place here!
Made with โค๏ธ by the GitHub community | Powered by Python & GitHub Actions