Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions games/Rock-Paper-Scissor/Rock-Paper-Scissor.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def view_leaderboard():


def main():
global ADAPT_RATE, HISTORY_CAP, MIN_ADAPTIVE, beaten_by, blended, c, choices, computer_choice, computer_score, confidence, fav, freq, i, last_move, mode, move, n, name, pct, play_again_input, player_history, predicted, remaining, result_string, rounds_played, total_trans, trans, user_choice, user_score

print("Welcome to Rock, Paper, Scissors!")
print("The computer will learn your patterns and adapt — good luck! 🧠")

Expand Down