updated README
This commit is contained in:
parent
a81028b086
commit
3c6d2e5f5e
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,2 +1,12 @@
|
|||
# vaskici_tui
|
||||
Lesson 01.Game in Lithuanian to teach mys son pragraming basics.
|
||||
Game in Lithuanian to teach my son programing basics. It is similar to "Rock-paper-scissors". This is command line version
|
||||
|
||||
## Rules
|
||||
* there are three figures: leaf (similar to paper), well (a lot like rock), scissors
|
||||
|
||||
> in Lithuanian:
|
||||
> leaf == lapas (l)
|
||||
> well == šulinys (s)
|
||||
> scissors == žirklės (z)
|
||||
|
||||
* leaf covers well, scissors cuts the leaf, scissors falls into a well
|
||||
|
|
Reference in a new issue