1
0
Fork 0
This repository has been archived on 2022-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
vaskici_tui/README.md

13 lines
403 B
Markdown
Raw Normal View History

2015-02-10 09:49:20 +00:00
# vaskici_tui
2015-02-10 10:08:18 +00:00
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
2015-02-12 14:04:04 +00:00
2015-02-12 14:04:26 +00:00
in Lithuanian:
leaf == lapas (l)
well == šulinys (s)
scissors == žirklės (z)
2015-02-10 10:08:18 +00:00
* leaf covers well, scissors cuts the leaf, scissors falls into a well