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
+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