-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed load-save system - Editing markdown file - Implemented main game functionality (randomly arriving customers and other QoL improvements)
- Loading branch information
Showing
4 changed files
with
73 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
from nicegui import ui | ||
|
||
from src import load_save | ||
from src.game import game_page | ||
|
||
if __name__ == "__main__": | ||
load_save.main_page() | ||
ui.navigate.to(game_page) | ||
|
||
ui.run(storage_secret='tA{Cif7_D8W]Wm9<3bPkQ.cG}', favicon='🍔', dark=True, title="Restaurant Tycoon") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.