diff --git a/apps/game1024/README.md b/apps/game1024/README.md index e52961424..474e8c97e 100644 --- a/apps/game1024/README.md +++ b/apps/game1024/README.md @@ -27,5 +27,8 @@ Use the side **BTN** to exit the game, score and tile positions will be saved. 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 in dark theme](./scrnshot_dn_300.jpg) -![Screenshot from the Banglejs 2 watch with the game in light theme](./scrnshot_lc_300.jpg) \ No newline at end of file +In Dark theme with numbers: +![Screenshot from the Banglejs 2 watch with the game in dark theme](./game1024_sc_dump_dark.png) + +In Light theme with characters: +![Screenshot from the Banglejs 2 watch with the game in light theme](./game1024_sc_dump_light.png) \ No newline at end of file diff --git a/apps/game1024/game1024_sc_dump_dark.png b/apps/game1024/game1024_sc_dump_dark.png new file mode 100644 index 000000000..15ecb87d9 Binary files /dev/null and b/apps/game1024/game1024_sc_dump_dark.png differ diff --git a/apps/game1024/game1024_sc_dump_light.png b/apps/game1024/game1024_sc_dump_light.png new file mode 100644 index 000000000..286257be4 Binary files /dev/null and b/apps/game1024/game1024_sc_dump_light.png differ