Skip to content
View yogeshvar's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report yogeshvar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
yogeshvar/README.md

๐Ÿง™โ€โ™‚๏ธ GitHub RPG Adventure

Made with Python Interactive Community Driven

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.

๐ŸŽฎ How to Play

This isn't your typical repository - it's a living, breathing RPG where YOU control the hero! Every move you make shapes the adventure.

๐Ÿ—ก๏ธ Current Game State

Turn: 1

๐Ÿง™โ€โ™‚๏ธ Player Status:

  • HP: 100/100 โค๏ธ
  • Inventory: ๐Ÿงช potion

๐Ÿ‘น Enemy Status:

  • HP: 80/80 ๐Ÿ’€

๐Ÿ”ฅ Last Battle Log

  • Game has started! Submit your move to begin the adventure.

๐ŸŽฏ Make Your Move

Want to join the adventure? It's simple:

  1. Create a new Issue

  2. Use one of these commands as the title:

    • attack - Strike the enemy with your weapon
    • heal - Use a potion from your inventory
  3. Watch the magic happen - GitHub Actions will process your move and update the game!

๐Ÿ† Game Features

  • ๐Ÿค– 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

๐Ÿ› ๏ธ Technical Details

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

๐Ÿ—‚๏ธ Project Structure

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!)

๐ŸŽฒ Game Mechanics

Combat System

  • 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

Victory Conditions

  • Defeat the enemy by reducing their HP to 0
  • Survive long enough to claim victory!

๐Ÿค Contributing

Found a bug? Want to suggest a new feature?

  1. Battle Bugs: Report issues you encounter
  2. Feature Requests: Suggest new moves, enemies, or mechanics
  3. Code Contributions: Fork, improve, and submit PRs!

๐Ÿ“Š Stats & Records

  • Total Battles: Coming soon!
  • Community Victories: Coming soon!
  • Most Active Players: Coming soon!

๐Ÿ… Hall of Fame

Be the first to complete an epic battle and earn your place here!


Ready for adventure?

โš”๏ธ MAKE YOUR MOVE โš”๏ธ

Every GitHub Issue becomes part of our epic tale!


Made with โค๏ธ by the GitHub community | Powered by Python & GitHub Actions

Pinned Loading

  1. dev-notes dev-notes Public

    my dev notes

    Java 2