ShashankaShekharSharma / Python-Gaming

This Python Gaming Programs repository represents a synergistic convergence of programming acumen, as orchestrated by the collaborative endeavors of Shashanka Shekhar Sharma, Chaitanya Singh Negi, and Aaryan Anand, culminating in the creation of a suite of captivating interesting games.
MIT License
5 stars 5 forks source link

Improper fuctioning of the rock paper scissor program #31

Closed AaryanAnand10 closed 9 months ago

AaryanAnand10 commented 9 months ago

The code does not of a proper running method in which the user can interact with the game and play ;- while True: play_option = input("Do you want to play Stone Paper Scissors? (1 for Yes, 0 for No): ")

    if play_option == '1':
        print_with_delay("Let's play Stone Paper Scissors", 2)
        print_with_delay("Stone", 1)
        print_with_delay("Paper", 1)
        print_with_delay("Scissors", 1)