Repository navigation
scissors
- Website
- Wikipedia
Rock Paper Scissors Game with Artificial Intellegence
Rock paper scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors". This C++ Program [Mini Project] is aimed at automating one of the player called as Computerized Player and the taking rock, paper or scissor as an input from the used.
This is a simple repo of the replica of popular game rock,paper,scissors . Using python we have 2 players (computer itself and user).
Rock Paper Scissors Machine Learning Web (Use my "Rock-Paper-Scissors-ML")
The purpose of this experimental program is to provide a network version of the hand game Rock-paper-scissors using TCP.
You may have played rock, paper and scissors before. Maybe you've used it to decide who pays for dinner or gets the first player for a team. But at this time you could learn how to encode Rock, Paper, Scissors in Python language and what's more?
A simple Rock Paper Scissors game, you can play this game with computer.
This is a classic "Rock, Paper, Scissors" game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choice. The yours and the computer's choices are compared, a message appears to let you know the result, then the game asks if you want to play it again. Once you choose to quit the game, a summary message appear with the number of games you have played and the results of wins and looses.
Jankenpo Challenge by Frontend Mentor. ~ React, Framer Motion and Mobile First.
👶 Scissors-Rock-Paper in Python, Good for beginners to understand while loops, if queries and more! The code is written in a simple and understandable way, as well as commented.