Skip to content

Wenn911/Brain-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Lint

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: [email protected]:Wenn911/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:

  1. Brain-Even asciicast

  2. Brain-Calc asciicast

  3. Brain-GCD asciicast

  4. Brain-Progression asciicast

  5. Brain-Prime asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published