Rock Paper Scissors Game developed using Java Circuit Simulator. The circuit is developed so that 2 players can play this game. Score is calculated for both players. The game stops when any of the player reaches score of 7 and winner LED glows. Johnson counter is used to get count signals.
A player can also play this game against CPU. Linear Feedback Shift Register(LFSR) is used to generate random inputs.
The circuit can be simulated using Java Circuit Simulator.Know more about it from here(http://www.falstad.com/circuit/). Download the simulator to simulate the circuit file.
A basic version of this game was also implemented in hardware using breadboards.(Team of 2).