An open API service indexing awesome lists of open source software.

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.

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.