Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignalpha4/rock_paper_scissors_game
Rock-Paper-Scissors Android game developed using Python and the Kivy framework.
https://github.com/ignalpha4/rock_paper_scissors_game
android game kivy-framework python rock-paper-scissors stone-paper-scissors
Last synced: 2 months ago
JSON representation
Rock-Paper-Scissors Android game developed using Python and the Kivy framework.
- Host: GitHub
- URL: https://github.com/ignalpha4/rock_paper_scissors_game
- Owner: ignalpha4
- Created: 2022-08-15T15:01:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T05:47:44.000Z (2 months ago)
- Last Synced: 2024-12-12T06:29:05.340Z (2 months ago)
- Topics: android, game, kivy-framework, python, rock-paper-scissors, stone-paper-scissors
- Language: Python
- Homepage:
- Size: 17.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors Game
A simple and interactive **Rock Paper Scissors** game for Android, developed using Python and the Kivy framework.
## Installation
1. Download the APK file: **[myapp-0.1-armeabi-v7a-debug.apk](#)**.
2. Open the APK file on your device and follow the instructions to install it. Ensure that installation from unknown sources is enabled in your device settings.## Project Details
- **Framework**: [Kivy](https://kivy.org/) (Python-based cross-platform application framework).
- **Target Platform**: Android.
- **Purpose**: Created as an individual project for the PBL subject in the First-Year Computer Engineering curriculum.