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

https://github.com/lgor360/rock-paper-scissors

rock-paper-scissors minigame but on PyGObject!
https://github.com/lgor360/rock-paper-scissors

game gtk linux linuxgames pygobject python python-game python-games python3 rock-paper-scissors

Last synced: 5 months ago
JSON representation

rock-paper-scissors minigame but on PyGObject!

Awesome Lists containing this project

README

          

# rock-paper-scissors
some minigame :)

![shields.io badge](https://img.shields.io/badge/linux-e6b30e?labelColor=e6b30e&style=plastic&logoColor=FFFFFF&logo=linux)
![shields.io badge](https://img.shields.io/badge/GTK_3.0-106dc4?labelColor=106dc4&style=plastic&logoColor=FFFFFF&logo=gtk)
![shields.io badge](https://img.shields.io/badge/cat_smile-:3-482c63?labelColor=6d1bbf&style=plastic)

![preview](https://github.com/user-attachments/assets/e055d39c-d404-494e-a616-65f7c1fdc36c)

# how to install
1. run this command if you have apt:
```bash
sudo apt install python3-gobject python3-gi
```
or this commands if you have pip (pipx):
```bash
pip install PyGObject
```
2. just "git clone" this repository to some folder in your home directory.
3. go to game folder and run main.py
4. all done!