Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).