https://github.com/dev-print/basic-rock-scissors-paper
An Basic Rock Paper Scissors game, you can use this to learn or something else. Please report bugs and more to me.
https://github.com/dev-print/basic-rock-scissors-paper
cool cool-stuff learning-python newbie-friendly newbiefriendly python python-app python-script python3 rockscissorpaper terminal-app terminal-game
Last synced: 7 months ago
JSON representation
An Basic Rock Paper Scissors game, you can use this to learn or something else. Please report bugs and more to me.
- Host: GitHub
- URL: https://github.com/dev-print/basic-rock-scissors-paper
- Owner: dev-print
- Created: 2025-03-04T17:06:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T17:24:30.000Z (about 1 year ago)
- Last Synced: 2025-03-04T18:22:47.670Z (about 1 year ago)
- Topics: cool, cool-stuff, learning-python, newbie-friendly, newbiefriendly, python, python-app, python-script, python3, rockscissorpaper, terminal-app, terminal-game
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-Rock-Scissors-Paper
# How to Use?
## Windows:
- Firstly download [Python 3](https://www.python.org/downloads/).
- Go to the [Release Tab](https://github.com/dev-print/Basic-Rock-Scissors-Paper/releases/tag/1.0)
- Download the file (or the source files)
- Go to ur Terminal (or run it directly by opening it)
- use this command:
```python
python main.py
```
- Now it shall be Opened.
## Mac OS
I dont know😳
## Linux
- Firstly download python. You got many options like using an package manager:
```bash
sudo pacman -S python3
```
- Go to the [Release Tab](https://github.com/dev-print/Basic-Rock-Scissors-Paper/releases/tag/1.0)
- Download the file (or the source files)
- Go into you're Terminal and run:
```python
python main.py
```
- Now it shall work.
# Found Bugs or have Improvements?
Go to our [Issues Tab etc.](https://github.com/dev-print/Basic-Rock-Scissors-Paper/issues)
Thanks for using/trying my Rock Scissors Paper!
Ima out.