Skip to content

vlad1slove1/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Node CI

Description:

The following repository contains several console games that were build to check my first coding skills, that i've learned with first module on Hexlet Frontend with JavaScript. You can win by successfully answering 3 questions in a row in the selected game.

Setup:

Before running the games do next actions:

  • Check the current updates for database with available packages: enter command line apt update
  • Install Node.js package: enter command line apt install nodejs
  • Upgrade Node.js to the latest version: enter command line apt upgrade nodejs
  • To allow you to install modules and packages with Node.js, install npm package: enter command line apt install npm
  • Clone this repository by SSH key: git@github.com:vlad1slove1/frontend-project-lvl1.git
  • Add and check depencies: enter command line make install
  • Run games: enter command line make *game name*

Game List:

  1. brain-games - game with introduction
  2. brain-even - check a number for evenness
  3. brain-calc - calculate simple expressions
  4. brain-gcd - calculate the greatest common divisor of 2 numbers
  5. brain-prime - check a number for primality
  6. brain-progression - calculate and enter missing number from progression

Games overviews:

brain-even asciinema asciicast

brain-calc asciinema asciicast

brain-gcd asciinema asciicast

brain-progression asciinema asciicast

brain-prime asciinema asciicast