Game horseshoes added.

This commit is contained in:
Storm Dragon
2025-07-17 10:33:11 -04:00
parent 92d96dcfde
commit 99821e3fbf
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -229,6 +229,11 @@ case "$GAME" in
"Golf")
run_wine "golf" "golf.exe"
;;
"Horseshoes")
pushd /home/stormux/.local/games/horseshoes
./horseshoes
popd
;;
"Haunted House")
pushd /home/stormux/.local/games/haunted-house
./runner haunted-house
+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 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.
- Stormux aarch64 repository updated.
+1
View File
@@ -859,6 +859,7 @@ if __name__ == "__main__":
# Add sports section
menu.add_section("Sports")
menu.add_item("Sports", "Golf", "GAME=Golf startx")
menu.add_item("Sports", "Horseshoes", "GAME=Horseshoes startx")
menu.add_item("Sports", "Pong", "GAME=Pong startx")
# Add strategy section