Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/android_pegsolitaire
Simple Peg Solitaire game as Android App to demonstrate GridLayout
https://github.com/mdecker-mobilecomputing/android_pegsolitaire
android game github-actions peg-solitaire
Last synced: 1 day ago
JSON representation
Simple Peg Solitaire game as Android App to demonstrate GridLayout
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_pegsolitaire
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2023-03-11T20:50:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T12:53:47.000Z (10 months ago)
- Last Synced: 2024-11-09T22:41:15.034Z (about 2 months ago)
- Topics: android, game, github-actions, peg-solitaire
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Android-App: Peg Solitaire #
This repository contains the code for a simple [Peg Solitaire](https://en.wikipedia.org/wiki/Peg_solitaire) game as native Android app.
The main purpose of the app is it to demonstrate usage of the [GridLayout](https://developer.android.com/reference/android/widget/GridLayout).How to solve this game is described [here](https://www.wikihow.com/Win-the-Peg-Solitaire-Game-(English-Board)).
See [this repository](https://github.com/MDecker-MobileComputing/Ionic_PegSolitaire) for the same game as Ionic app.
----
## Screenshots ##
![Screenshot: Initial State](screenshot_1.png) ![Screenshot after some moves](screenshot_2.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).