12 lines
395 B
Markdown
12 lines
395 B
Markdown
# vaskici_tui
|
|
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
|