Monthly Archives: February 2020

1 post

A simple algorithm for calculating the result of Rock Paper Scissors game

The Rock Paper Scissors game is a simple game that everyone knows how to play, and because of its simplicity, it has been used in many tutorials for teaching new programming languages. By creating a Rock Paper Scissors game, a student can grasp the concepts in a programming language such as random numbers, if statements, and “while” loop. There are several ways to write a Rock Paper Scissors game and the basic steps are: The […]