Updated changelog. Fixed import error in game_launcher
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user