Skip to content

Masynchin/Lyubava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Любава

Lyubava - is a console game where you type displayed words in certain amount of time.

Running

You should have git and either sbt or scala-cli installed.

Clone this repo:

git clone https://github.com/Masynchin/Lyubava.git .
cd Lyubava

And run with sbt:

sbt run

Or with scala-cli:

scala-cli run src/main/scala/Main.scala

Options

You 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