Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
add header yaml for samples gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 30, 2019
1 parent c6c8b0c commit 691f553
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
27 changes: 16 additions & 11 deletions LivePlayer/XamagonXuzzleLP/readme.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
---
name: Xamarin.Forms - Xuzzle game
description: "A variation of the classic 14-15 slider puzzle game, build with Xamarin.Forms"
page_type: sample
languages:
- csharp
products:
- xamarin
urlFragment: liveplayer-xamagonxuzzlelp
---
Xuzzle
======

This is a variation of the classic 14-15 puzzle. On the early Mac, the 14-15 program was called PUZZLE.
In early Windows, it was the only sample
application for Microsoft Pascal for Windows 1.0, where it was called MUZZLE (for "Microsoft Puzzle").
This is the Xamarin.Forms version, so it's called Xuzzle, and the 15 tiles spell out the text
"{XAMARIN.FORMS}".
This is the Xamarin.Forms version, so it's called Xuzzle, and the 15 tiles contain the Xamarin logo.

After pressing the Randomize button, just tap a tile to move it into an empty position.
You can *tap* any tile in the row or column
of the empty position to move one, two, or three tiles at once.
![Mobile app slider puzzle of Xamarin logo](Screenshots/app.png)

After pressing the Randomize button, just tap a tile to move it into an empty position.
You can *tap* any tile in the row or column
of the empty position to move one, two, or three tiles at once.

When you successfully complete the puzzle, you'll be rewarded with an animation.

This program is adapted from https://github.com/xamarin/xamarin-forms-book-samples/tree/master/Chapter22/XamagonXuzzle.


Author
------

Charles Petzold
12 changes: 4 additions & 8 deletions LivePlayer/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Xamarin Live Player Samples
===========================
# Xamarin.Forms cross-platform samples

Samples for trying out Xamarin Live Player. Refer to the [documentation](https://docs.microsoft.com/xamarin/tools/live-player/) for more information.

## Xamarin.Forms

* Basic Calculator
* RPN Calculator
- Basic Calculator
- RPN Calculator
- Xuzzle game

0 comments on commit 691f553

Please sign in to comment.