Skip to content

My first Hexlet JS project, where I set up the environment by myself and create simple text-based games in the console.

Notifications You must be signed in to change notification settings

SergeiKiss/frontend-project-44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests, linter status and Codeclimate tests:

Actions Status

Project description: my first Hexlet JS project, where I set up the environment by myself and create simple text-based games in the console.

Setup

make install

Start to play games

Brain-even game

Task: answer "yes" if the number is even, otherwise answer "no"

To run the game:

brain-even

or

make brain-even

Example of the game: https://asciinema.org/a/RJWYr2PUOcOlMsJ8PfQGYHIoX - asciinema recording (brain-even).

Brain-calc game

Task: write result of the expression

To run the game:

brain-calc

or

make brain-calc

Example of the game: https://asciinema.org/a/vUVakrlnL7CMrrmuCGSuqfkx1 - asciinema recording (brain-calc).

Brain-gcd game

Task: find the greatest common divisor of given numbers

To run the game:

brain-gcd

or

make brain-gcd

Example of the game: https://asciinema.org/a/5sCC5M739EoLLbheMHB4x3bpk - asciinema recording (brain-gcd).

Brain-progression game

Task: write missing number in the progression

To run the game:

brain-progression

or

make brain-progression

Example of the game: https://asciinema.org/a/nHAtvCyxfQJn0ezg1SdmY1vIc - asciinema recording (brain-progression).

Brain-prime game

Task: answer "yes" if given number is prime, otherwise answer "no"

To run the game:

brain-prime

or

make brain-prime

Example of the game: https://asciinema.org/a/paEK9I2ZeefxastCsS6hp9G2k - asciinema recording (brain-prime).

About

My first Hexlet JS project, where I set up the environment by myself and create simple text-based games in the console.

Resources

Stars

Watchers

Forks