Updated changelog. Fixed import error in game_launcher

This commit is contained in:
Storm Dragon
2025-07-17 14:45:08 -04:00
parent 964ebe0f90
commit f343ae2b60
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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.
+2
View File
@@ -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")