Pixel RPS is a unique take on the classic game of Rock Paper Scissors, blending it with RPG elements. Players engage in battles, earn experience, and level up their character, all while sticking to the simple mechanics of Rock Paper Scissors. The game is developed using Python and Pygame.
- Classic Rock Paper Scissors gameplay with a twist.
- RPG elements: Players have special skills and can deal double damage.
- Pixel-art graphics and a fun retro atmosphere.
- Two-player support.
- Customizable player characters.
To install and play Pixel RPS, follow these simple steps:
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/pixel-rps.git
cd pixel-rps
-
Install the required dependencies using pip:
pip install -r requirements.txt
-
Run the game:
python main.py
- Python 3.10
- Pygame (automatically installed via
requirements.txt
)
- Start the game by running
python main.py
. - Select a mode:
- 2 Players
- Play against the computer
- Choose your character.
- Enter battles using the Rock Paper Scissors mechanics:
- Rock beats Scissors
- Scissors beat Paper
- Paper beats Rock
- Use your special skill: If you win a round while using your special skill, you will deal double damage to your opponent.
- Face new enemies or play with a friend as you progress through the game.
- Mouse: Navigate menus, make selections, and use to select Rock, Paper, or Scissors during battles.
Feel free to fork this project and modify it to your needs. However, please note that I am not accepting contributions at this time.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, feel free to reach out:
- Email: [email protected]
- GitHub: lancedalanon