mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-27 21:23:30 -08:00
Remove computer choice printout debug statement
This commit is contained in:
@@ -35,7 +35,6 @@ function playGame(n)
|
||||
math.randomseed(os.time())
|
||||
computerChoice = math.random(1,3)
|
||||
|
||||
print(computerChoice)
|
||||
humanChoice = choice("3=ROCK...2=SCISSORS...1=PAPER\n1...2...3...WHAT'S YOUR CHOICE? ", itemChoices)
|
||||
humanChoice = tonumber(humanChoice)
|
||||
print("THIS IS MY CHOICE...")
|
||||
|
||||
Reference in New Issue
Block a user