mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
No longer asks before printing instructions
This commit is contained in:
@@ -51,8 +51,8 @@ def play_game():
|
||||
print_board(board)
|
||||
|
||||
def main():
|
||||
if input("Do you want instrunctions?\n").lower().startswith("y"):
|
||||
print_instructions()
|
||||
# if input("Do you want instrunctions?\n").lower().startswith("y"):
|
||||
print_instructions()
|
||||
play_game()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user