README.md in codeguessing-0.4.7 vs README.md in codeguessing-0.4.8
- old
+ new
@@ -1,11 +1,7 @@
# Codeguessing
-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/codeguessing`. To experiment with that code, run `bin/console` for an interactive prompt.
-
-TODO: Delete this and the text above, and describe your gem
-
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -25,5 +21,17 @@
```ruby
require 'codeguessing'
Codeguessing::Console.new.go # Console game
Codeguessing::Game.new # Game model
```
+## Telegram Bot
+
+[Bot](https://telegram.me/CodeguessingBot)
+
+## Game's rules
+You need guess secret code. This FOUR-digit number(guess) with symbols from 1 to 6
+You have 5 attempt(s) and 2 hint(s)
+A '+' indicates an exact match: one of the numbers in the guess is the same as one of the numbers in the secret code and in the same position.
+A '-' indicates a number match: one of the numbers in the guess is the same as one of the numbers in the secret code but in a different position.
+A empty answer means that you nothing guessed
+If you want get hint write or click on keyboard 'hint'
+If you want start game write or click on keyboard 'new game'