From c9c5e3ed53961b9113a8fb67c6ff1b06f34566d9 Mon Sep 17 00:00:00 2001 From: chiefdaft Date: Sat, 19 Mar 2022 15:20:42 +0100 Subject: [PATCH] Changed the superscript characters in readme --- apps/game1024/Changelog | 4 ++-- apps/game1024/README.md | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/game1024/Changelog b/apps/game1024/Changelog index b45a8d3ad..3d040bc08 100644 --- a/apps/game1024/Changelog +++ b/apps/game1024/Changelog @@ -1,2 +1,2 @@ -0.01: New App! -0.02: Temporary intermediate version \ No newline at end of file +0.01: Initial version +0.02: Temporary intermediate version, bug fix, added descriptions \ No newline at end of file diff --git a/apps/game1024/README.md b/apps/game1024/README.md index d1d427078..96ac8747b 100644 --- a/apps/game1024/README.md +++ b/apps/game1024/README.md @@ -5,17 +5,19 @@ Move the tiles by swiping to the lefthand, righthand or up- and downward side of When two tiles with the same number are squashed together they will add up as exponentials: -**1 + 1 = 2** or **A + A = D** which is a representation of **2¹ + 2¹ = 2² = 4** +**1 + 1 = 2** or **A + A = D** which is a representation of **2^1 + 2^1 = 2^1 = 4** -**2 + 2 = 3** or **B + B = C** which is a representation of **2² + 2² = 2³ = 8** +**2 + 2 = 3** or **B + B = C** which is a representation of **2^2 + 2^2 = 2^3 = 8** -**3 + 3 = 4** or **C + C = D** which is a representation of **2³ + 2³ = 2⁴ = 16** +**3 + 3 = 4** or **C + C = D** which is a representation of **2^3 + 2^3 = 2^4 = 16** -So you can continue till you reach **1024** which equals **2¹⁰**. So when you reach tile **10** you have won. +So you can continue till you reach **1024** which equals **2^(10)**. So when you reach tile **10** you have won. The score is maintained by adding the outcome of the sum of all pairs of squashed tiles (4+16+4+8 etc.) -## Buttons +Use the side **BTN** to exit the game, score and tile positions will be saved. + +## Buttons on the screen - Button **U**: Undo the last move. There are currently a maximum of 4 undo levels - Button **\***: Change the text on the tile to number, capitals or Roman numbers @@ -23,6 +25,6 @@ The score is maintained by adding the outcome of the sum of all pairs of squashe ### Credits -Game 1024 is based on Saming's 2048 and Misho M. Petković 1024game.org and conceptually similar to Threes by Asher Vollmer. +Game 1024 is based on Saming's 2048 and Misho M. Petkovic 1024game.org and conceptually similar to Threes by Asher Vollmer. ![Screenshot from the Banglejs 2 watch with the game](./game1024_sc_watch.png) \ No newline at end of file