File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# Taking players data
44players = {} # stores players name their locations
55isReady = {}
6- current_loc = 1 # vaiable for iterating location
6+ current_loc = 1 # variable for iterating location
77
88imp = True
99
@@ -23,7 +23,7 @@ def player_input():
2323 players [name ] = current_loc
2424 isReady [name ] = False
2525 x = False
26- play () # play funtion call
26+ play () # play function call
2727
2828 else :
2929 print ("Number of player cannot be zero" )
@@ -88,7 +88,7 @@ def play():
8888 print (f"you are at position { players [i ]} " )
8989
9090 elif n == 2 :
91- players = {} # stores player ans their locations
91+ players = {} # stores player and their locations
9292 isReady = {}
9393 current_loc = 1 # reset starting location to 1
9494 player_input ()
You can’t perform that action at this time.
0 commit comments