From f343ae2b6096b546548507e57c23620689f11ebf Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 17 Jul 2025 14:45:08 -0400 Subject: [PATCH] Updated changelog. Fixed import error in game_launcher --- home/stormux/Documents/change_log.md | 1 + usr/local/bin/game_launcher.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/home/stormux/Documents/change_log.md b/home/stormux/Documents/change_log.md index c65e5a2..0fae889 100644 --- a/home/stormux/Documents/change_log.md +++ b/home/stormux/Documents/change_log.md @@ -5,6 +5,7 @@ Dates are given for the image. All items listed are available for the listed ima ## August 1, 2025 +- Game Pontoon (1983) added - Game Horseshoes added - Install to disk option added for x86_64. (Careful, all data on the target disk will be permanently destroyed) - Migrate from iso format to universally bootable image. diff --git a/usr/local/bin/game_launcher.py b/usr/local/bin/game_launcher.py index fce2016..0b25c48 100755 --- a/usr/local/bin/game_launcher.py +++ b/usr/local/bin/game_launcher.py @@ -4,6 +4,7 @@ # Self-voiced Terminal Menu System for Stormux game image import os +import platform import sys import time import threading @@ -891,6 +892,7 @@ if __name__ == "__main__": menu.add_item("Web", "Aliens", "GAME=https://files.jantrid.net/aliens// startx") menu.add_item("Web", "Echo Commander", "GAME=https://echo-commander.vercel.app/ startx") menu.add_item("Web", "Periphery Synthetic EP", "GAME=https://shiftbacktick.itch.io/periphery-synthetic-ep startx") + menu.add_item("Web", "Pontoon", "GAME=https://oneswitch.org.uk/jsbeeb/?autotype=CHAIN%22PONTOON%22%0A&disc=/Blind_Access/Pontoon_1983_2025.dsd startx") menu.add_item("Web", "QuentinC Play Room", "GAME=https://qcsalon.net/ startx") menu.add_item("Web", "soundStrider", "GAME=https://shiftbacktick.itch.io/soundstrider startx")