Game horseshoes added.
This commit is contained in:
@@ -229,6 +229,11 @@ case "$GAME" in
|
|||||||
"Golf")
|
"Golf")
|
||||||
run_wine "golf" "golf.exe"
|
run_wine "golf" "golf.exe"
|
||||||
;;
|
;;
|
||||||
|
"Horseshoes")
|
||||||
|
pushd /home/stormux/.local/games/horseshoes
|
||||||
|
./horseshoes
|
||||||
|
popd
|
||||||
|
;;
|
||||||
"Haunted House")
|
"Haunted House")
|
||||||
pushd /home/stormux/.local/games/haunted-house
|
pushd /home/stormux/.local/games/haunted-house
|
||||||
./runner 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
|
## 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)
|
- 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.
|
- Migrate from iso format to universally bootable image.
|
||||||
- Stormux aarch64 repository updated.
|
- Stormux aarch64 repository updated.
|
||||||
|
|||||||
@@ -859,6 +859,7 @@ if __name__ == "__main__":
|
|||||||
# Add sports section
|
# Add sports section
|
||||||
menu.add_section("Sports")
|
menu.add_section("Sports")
|
||||||
menu.add_item("Sports", "Golf", "GAME=Golf startx")
|
menu.add_item("Sports", "Golf", "GAME=Golf startx")
|
||||||
|
menu.add_item("Sports", "Horseshoes", "GAME=Horseshoes startx")
|
||||||
menu.add_item("Sports", "Pong", "GAME=Pong startx")
|
menu.add_item("Sports", "Pong", "GAME=Pong startx")
|
||||||
|
|
||||||
# Add strategy section
|
# Add strategy section
|
||||||
|
|||||||
Reference in New Issue
Block a user