Problem I made a Rock, Paper, Scissors game and would like the code to be reviewed. Main class: public class […]
Tag: rock-paper-scissors
Rock-Paper-Scissors
Problem I was given this exercise: Build a game in which two players compete in a game of Rock-Paper-Scissors with […]
My first RSpec test – Rock Paper Scissors
Problem I’m relatively familiar to Ruby, but I’m brand-new to testing code. I’ve decided to use RSpec because as it […]
Python 3 Rock, Paper, Scissors
Problem I’ve some basic knowledge of Python 3 and I’ve been working on the following code for some time now. […]
Rock, Paper, Scissors 3-part
Problem Write a program that lets a user play “Rock, Paper, Scissors” against the computer. The program should ask the […]
Rock-paper-scissors Game in C++
Problem Below you will find my first attempt at a C++ implementation of the classic game Rock-paper-scissors. If someone could […]
Rock Paper Scissors in Java (I just want to know whatever feedback you have :) Thank you!)
Problem Any feedback on this code would be greatly appreciated! I am just trying to improve so I can move […]
Rock, Paper, Scissors Game – Basic Game Simulation
Problem I enjoyed the many headaches this project gave me as I learned a lot! I have been studying Java […]
Rock Paper Scissors in Python
Problem I’m a beginner in Python and I’ve just finished a Rock, Paper, Scissors simulator in Python. It asks the […]
Rock, Paper, Scissors game in JavaScript
Problem I built this as part of completing the Codecademy JavaScript lesson. I wanted to perfect it, make it readable […]