Skip to content

shiftdsm/rock-paper-scissors-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Bowling Scoring Code Kata

This code kata helps engineers practice skills related to Object-Oriented Design and TDD.

The game of Rock-Paper-Scissors is simple: Rock beats Scissors, Scissors beats Paper, Paper beats Rock.

Your task is to create the core logic that checks which gesture wins in a matchup. For example:

Gesture 1 Gesture 2 Result
rock scissors rock beats scissors
paper rock paper beats rock

... and so on. Good luck!

About

A code kata for playing the Rock, Paper, Scissors game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published