Skip to content

Omny/Brain-Games-NodeJS-console-games

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

Brain Games - NodeJS console games

Brain Games - a set of five console games for practicing mental counting, which improves brain functionality. Each game asks questions that need to be answered correctly. After three correct answers, you win. Wrong answers end the game and you are asked to play it again.

About Development

This project improved my skills in writing understandable and structured code, introduced me to the best programming practices. It helped me better understeand JavaScrypt and its environment:

  • setting up: Node.js, npm, WSL, ESLint (Airbnb standard);
  • connecting and using third-party libraries;
  • maintaining coding standards with CodeClimate;
  • continuous integration (CI) using Github Actions;
  • working with Git, Github;

How to install and play

make install

npm link

brain-even

Asks is a number even.

asciicast

brain-calc

Asks the result of an expression.

asciicast

brain-gcd

Asks the greatest common divisor of given numbers.

asciicast

brain-progression

Asks what number is missing in a progression.

asciicast

brain-prime

Asks is a given number prime.

asciicast

About

Brain Games - NodeJS console games

Resources

Stars

Watchers

Forks

Packages

No packages published