So I'm trying rn to make a RPS program, and I'm running into a wall when it comes to programming how the program should react once the player and the calculator choose an item. Here is the current code I have so far:
:1 -> x:x + 1 ->x
This is currently all I have. From now on I would need to program something that tells the calculator what to do depending on what items the player and the calculator chose. There's probably also some optimization that can be done, so if anyone could help me I would really appreciate it.