https://github.com/ahammadshawki8/rock-paper-scissors
🥊📄 ✂ GUI based Rock-Paper-Scissors game created using Pygame
https://github.com/ahammadshawki8/rock-paper-scissors
gui pygame python rock-paper-scissors
Last synced: 10 months ago
JSON representation
🥊📄 ✂ GUI based Rock-Paper-Scissors game created using Pygame
- Host: GitHub
- URL: https://github.com/ahammadshawki8/rock-paper-scissors
- Owner: ahammadshawki8
- License: mit
- Created: 2020-11-12T15:21:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T08:11:16.000Z (over 5 years ago)
- Last Synced: 2025-05-19T10:05:21.061Z (about 1 year ago)
- Topics: gui, pygame, python, rock-paper-scissors
- Language: Python
- Homepage:
- Size: 61.1 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# _Rock-Paper-Scissors_
GUI based Rock-Paper-Scissors game created using Pygame. You can play this game just by clicking on the GUI window. Several facilities of rock-paper-scissors are simmilar to the Head-Tail game which I have created before
# Features
* Graphical User Interface with pygame.
* Smooth Sound and Musics.
* Score meter.
* Minimal design.
* Mouse based input system.
* Target chooser.
* Several bug fixes.
# How to use
* Download [Python](https://www.python.org/downloads/) in your device.
* Download the [Zip file](https://codeload.github.com/ahammadshawki8/Rock-Paper-Scissors/zip/main).
* Extract the zip file.
* Download pygame in your device by writing _pip download pygame_ in the command prompt. details can be found in [Pygame website](https://www.pygame.org).
* Open the __rock-paper-scissors_GUI.py__ file with Python Shell.
* Play the game and enjoy.
# License
Details can be found in [LICENSE](LICENSE)