A Javascript rock, paper, scissors game with a twist. Play it here!
In order to handle user input outside of a browser window (e.g. terminal), this code uses the prompt-sync Node Module as a simpler alternative to the built-in process object and readline module.
This game was made in a workshop by Ironhack.