Skip to content

Folksdev & Kodgemisi Technical Assignment

Notifications You must be signed in to change notification settings

ugurcandede/RockPaperScissorsGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Technical Assignment

General test requirements and instructions

Make sure we can compile and run your code

The purpose of this test is evaluate your technical skills, design skills and ability to interpret requirements. At Folksdev we value simple, readable and maintainable code. Use of third party libraries is acceptable, but ensure they add sufficient value. They are open problems and there is no right or wrong answer.

Problem

Paper-Rock-Scissors is a game for two players. Each player simultaneously opens his/her hand to display a symbol:

  • Fist equals rock
  • Open hand equals paper
  • Showing the index and middle finger equals scissors.

The winner is determined by the following schema:

  • Paper beats (wraps) rock
  • Rock beats (blunts) scissors
  • Scissors beats (cuts) paper.

Write a program that plays Paper-Rock-Scissors between the computer and a real player. You should be able to play the game n times before the program exits.

Delivery

Please add the solution to your GitHub account and share the link via this email

About

Folksdev & Kodgemisi Technical Assignment

Topics

Resources

Stars

Watchers

Forks

Languages