main
1Feature: code-breaker starts game
2	As a code-breaker
3	I want to start a game
4	So that I can break the code
5	Scenario: start game
6		Given I am not yet playing
7		When I start a new game
8		Then the game should say "Welcome to Mastermind!"
9		And the game should say "Enter guess:"