-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial version of app meta data in triple-t format
Includes descriptions in English and German, screenshots in English and a feature graphic.
- Loading branch information
Showing
23 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/meikpiep/gauguin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
en-US |
36 changes: 36 additions & 0 deletions
36
gauguin-app/src/main/play/listings/de-DE/full-description.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Gauguin ist ein sudoku-artiges Spiel bei dem es darum geht, alle Ziffern eines Spielfeldes durch Rechnen und logisches Denken zu füllen. | ||
|
||
Ob man es nutzt, um zur Ruhe zu kommen oder wegen des Herausforderung sehr schwieriger Rätsel, ist jedem selbst überlassen. | ||
|
||
Der klassische Spielmodus besteht aus einem 9x9 Spielfeld, in dem wie bei einem Sudoku die Ziffern 1 bis 9 eingetragen werden müssen, und zwar nach folgenden Regeln: | ||
- Jede Zeile und jede Spalte müssen jede Ziffer exakt einmal enthalten. | ||
- Jede Gruppe von Zellen wird durch eine Mathematikaufgabe beschrieben, d.h. aus einem Operator und dem Ergebnis. Die Ziffern der Gruppe müssen diese Aufgabe erfüllen. Bei einer Gruppe mit der Aufgabe '5+' müssen also die Ziffern aller Zellen dieser Gruppe zusammen die Summe 5 ergeben. | ||
|
||
Mittels der Spieloptionen kann man diverse Einstellungen vornehmen, um z.B. mit anderen Ziffern zu spielen, oder mit gröeren oder kleineren Spielfeldern. Man kann auch die Operatoren ausblenden. | ||
|
||
|
||
<b>Moderne UI</b> | ||
|
||
- Kein Umschalten notwendig, um zwischen der Eingabe einer möglichen Ziffern und einer Ziffer, die man hergeleitet hat: Eine kurze Berührung trägt eine mögliche Ziffer ein, eine lange Berührung eine hergeleitete Ziffer. | ||
- Benutzt Farben, die stark an das Bild "Die Siesta" von Paul Gauguin angelehnt sind | ||
|
||
|
||
<b>Spieloptionen</b> | ||
|
||
- Größe des Spielfelds: von 3x3 bis 11x11, mit 9x9 als klassischer Größe | ||
- Inklusive rechteckigen Spielfeldern, wie 7x9 | ||
- verschiedene Kombinationen von Rechenoperationen (Addieren, Subtrahieren, Multiplizieren, Dividieren) | ||
- Ziffern (1 bis n, Prizahlen, Fibonacci-Folge etc.) | ||
- Schwierigkeitsstufe (derzeit nur bei einigen Spieloptionen möglich) | ||
- Nutzung von Gruppen mit nur einer Zelle | ||
- Operatoren anzeigen oder ausblenden | ||
|
||
|
||
<b>Was noch nicht funktioniert</b> | ||
|
||
- Kleine Spielfelder werden nicht gut an die Bildschirmgröße angepasst, sondern zu groß. | ||
- Nicht alle Varianten werden in angemessener Zeit berechnet (z.B. benötigt ein 4x8 Spielfeld zur Berechnung mehr Akku als einem lieb ist). | ||
- Es gibt noch kein Tutorial oder ähnliches, lediglich einen Infotext beim ersten Start. | ||
- Diverse UI-Optimierungen | ||
- Nur einige Spielvarianten sind schon mit einer Schwierigskeitseinteilung versehen. | ||
- Die Berechnung des nächsten Spielfelds funktioniert unter bestimmten Umständen nicht korrekt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Ein sudoku-ähnliches Logikspiel |
36 changes: 36 additions & 0 deletions
36
gauguin-app/src/main/play/listings/en-US/full-description.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Gauguin is a Sudoku-like game where you solve grids via calculation and logic. | ||
|
||
You can use it to relax or to solve difficult grids to your opinion. | ||
|
||
In classical mode, you solve a 9x9 grid by typing a value from 1 to 9 in each cell such as | ||
- Each row and column contains each digit exactly once. | ||
- Each cage meets its given mathematically problem. E.g. a group of cells labeled with '5+' must be filled such that the sum of all digits is 5. | ||
|
||
Via game options, you may alter the game to solve other digits, smaller or greater grids, hiding the operators. | ||
|
||
|
||
<b>Slick and modern UI</b> | ||
|
||
- No swithing of 'pencil mode' or such thing is needed: Just set a value of a cell, just use short-tap to alter a possible value and short-tap for a known value. | ||
- Uses colors from the painting 'The Siesta' from Paul Gauguin (guess where the app's name comes from...) | ||
|
||
|
||
<b>Game options</b> | ||
|
||
- grid sizes: 3x3 to 11x11 with classical 9x9 | ||
- includes rectangular grids, e.g. 7x9 | ||
- operations (add, subtract, multiply, divide) | ||
- digits (1 to n, prime numbers, fibonacci sequence etc.) | ||
- difficulty (currently limited to some game options) | ||
- usage of single cells | ||
- show or hide operators | ||
|
||
|
||
<b>Things still to be done</b> | ||
|
||
* small grids do not adjust to screen sizes properly, being shown way too huge | ||
* not all variants get calculated in a reasonable time (e.g. a 4x8 grid will likely need more time than your battery wants to give) | ||
* onboarding is missing a tutorial | ||
* various UI related optimization work | ||
* just a few game variants have been supplied with difficulty ratings yet | ||
* calculation of next grid is not bullet safe in some rare circumstances |
Binary file added
BIN
+618 KB
...-app/src/main/play/listings/en-US/graphics/feature-graphics/feature-graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.7 KB
gauguin-app/src/main/play/listings/en-US/graphics/icon/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+134 KB
...n-app/src/main/play/listings/en-US/graphics/phone-screenshots/01-mainScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 KB
...c/main/play/listings/en-US/graphics/phone-screenshots/02-mainScreenWithHint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+120 KB
gauguin-app/src/main/play/listings/en-US/graphics/phone-screenshots/03-newGame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+94.3 KB
...-app/src/main/play/listings/en-US/graphics/phone-screenshots/04-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+137 KB
.../main/play/listings/en-US/graphics/phone-screenshots/05-mainScreenLandscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+132 KB
...src/main/play/listings/en-US/graphics/phone-screenshots/06-newGameLandscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+125 KB
...-app/src/main/play/listings/en-US/graphics/tablet-screenshots/01-mainScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+158 KB
...uin-app/src/main/play/listings/en-US/graphics/tablet-screenshots/02-newGame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+103 KB
...app/src/main/play/listings/en-US/graphics/tablet-screenshots/03-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+155 KB
...main/play/listings/en-US/graphics/tablet-screenshots/04-mainScreenLandscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+184 KB
...rc/main/play/listings/en-US/graphics/tablet-screenshots/05-newGameLandscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A Sudoku-like logic game |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Gauguin |
Empty file.
Binary file not shown.