Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 819 Bytes

challenge.md

File metadata and controls

19 lines (11 loc) · 819 Bytes

Day 18: Add features 🦎🖖.

Santa plays a lot with the elves to "Rock, paper, scissors" but they are not necessarily fair-play, so he decided to specify who wins when by using a program on his own.

He has written the specifications here in a feature file that he used as an input to develop his program.

snippet of the day

Rock Paper Scissors Lizard Spock

He would like to extend this program by adding Lizard and Spock like explained below:

Rock Paper Scissors Lizard Spock

Change the program to support Spock and Lizard for Santa 🖖

✅🚀 Challenge: Add the new features to the existing program using BDD. 🚀✅

Proposed Solution

Proposed Solution Guide