mettled_frontend_project
v1.6.1
Published
hexlet first project
Downloads
2
Maintainers
Readme
This is my first hexlet project.
I hope it will usefull for me.
brain-even - https://asciinema.org/a/5nXto3oMzIq04W86p47PoQXrB
brain-gcd - https://asciinema.org/a/dmsyEjSnWzSxOuIZWRbQ8FabA
brain-progression - https://asciinema.org/a/zoUsA1QVZdK4eTMPYN3tDDMlC
brain-prime - https://asciinema.org/a/gMaDa5ovEkY3KxrlkjohKxO1r
About Games
There are 5 games:
- brain - even. Numbers show on the screen. If number is even - type 'yes', if odd - type 'no'. Guess 3 number correctly - you win.
- brain - gcd. Two numbers show on the screen. You must type smallest common factor. If user guess 3 smallest common factor correctly - you win.
- brain - prodression. 10 Numbers show on the screen, one number is hidden by two dots. You must guess hidden number of progression. Guess 3 times correctly - you win.
- brain - prime. Number shows on the screen. If number is prime - type 'yes', if odd - type 'no'. Guess 3 number correctly - you win.
- brain - calc. Two numbers and arithmetic operation are show on the screen. Type result of arithmetic operation. Guess 3 times correctly - you win.
How to install games
To install games you must type
npm i mettled_frontend_project
How to run game
Type game name in command line
How to fork repository
Copy repository link and run:
git clone https://github.com/<your-account>/frontend-project-lvl1.git
How to install environment
- Download and install lastest Nodejs
- Run npm install from project folder to download the required modules. All dependent modules will be download and install in the node_modules folder.