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!
- Host: GitHub
- URL: https://github.com/lgor360/rock-paper-scissors
- Owner: lgor360
- License: mit
- Created: 2024-12-19T18:19:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:34:46.000Z (about 1 year ago)
- Last Synced: 2025-07-14T16:48:21.124Z (7 months ago)
- Topics: game, gtk, linux, linuxgames, pygobject, python, python-game, python-games, python3, rock-paper-scissors
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rock-paper-scissors
some minigame :)




# 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!