Lyubava - is a console game where you type displayed words in certain amount of time.
You should have git and either sbt or scala-cli installed.
Clone this repo:
git clone https://github.com/Masynchin/Lyubava.git .
cd LyubavaAnd run with sbt:
sbt runOr with scala-cli:
scala-cli run src/main/scala/Main.scalaYou can specify amount of symbols in answer to be typed with -l/--length
option, and time to type with option -t/--timeout:
scala-cli run src/main/scala/Main.scala -- --length 10 --timeout 7s