Game horseshoes added.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user