MicahWW / Python-Games

2 stars 0 forks source link

Control sequences to be entered from anywhere #44

Closed MicahWW closed 1 year ago

MicahWW commented 1 year ago

Certain commands that could be relevant in more than just 1 spot, like exiting a game, changing settings, stopping the main program, etc., should be accessible to the user to enter at any point during the usage of the program.

To achieve this either the user prompts will need to be sent to a separate handler that has all the global commands or all the global commands sent into each game's class.

MicahWW commented 1 year ago

It has been decided that only commands for the game and not overall should be allowed.