README.md in Codebreaker_RG2016-0.2.0 vs README.md in Codebreaker_RG2016-0.2.1
- old
+ new
@@ -28,18 +28,18 @@
$ gem install codebreaker
## Usage
$ require 'codebreaker'
+
+ $ Codebreaker::ConsoleGame.new.play
It looks like:
You should to break a secret code ****.
-Please, enter your name: $ Alex
-
You have 7 attempts and 1 hint.
Type your secret code or "hint": $ hint
Hint: Secret code contains: 3
@@ -91,9 +91,11 @@
$ n
Do you want to save your score in score file?(y/n)
$ y
+
+Please, enter your name: $ Alex
You score saved in file: [path]/score/Alex_score.txt
## Contributing