Skip to content

A creative twist on Rock Paper Scissors, Pixel RPS combines simple gameplay mechanics with RPG-style battles. Built with Python and Pygame.

Notifications You must be signed in to change notification settings

lancedalanon/Pixel-RPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel RPS

Python Pygame

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.

Features

  • 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.

Table of Contents

  1. Installation
  2. How to Play
  3. Contributing
  4. License
  5. Contact

Installation

To install and play Pixel RPS, follow these simple steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/yourusername/pixel-rps.git
    cd pixel-rps

  2. Install the required dependencies using pip:
    pip install -r requirements.txt

  3. Run the game:
    python main.py

Requirements

  • Python 3.10
  • Pygame (automatically installed via requirements.txt)

How to Play

  1. Start the game by running python main.py.
  2. Select a mode:
    • 2 Players
    • Play against the computer
  3. Choose your character.
  4. Enter battles using the Rock Paper Scissors mechanics:
    • Rock beats Scissors
    • Scissors beat Paper
    • Paper beats Rock
  5. Use your special skill: If you win a round while using your special skill, you will deal double damage to your opponent.
  6. Face new enemies or play with a friend as you progress through the game.

Controls

  • Mouse: Navigate menus, make selections, and use to select Rock, Paper, or Scissors during battles.

Contributing

Feel free to fork this project and modify it to your needs. However, please note that I am not accepting contributions at this time.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or feedback, feel free to reach out:

About

A creative twist on Rock Paper Scissors, Pixel RPS combines simple gameplay mechanics with RPG-style battles. Built with Python and Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages