Skip to content

Lena05k/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mind Games

A set of 5 console mini-games. The games involve answering arithmetic questions.

Actions Status Maintainability Node CI

Acquired Skills

  • Environment setup: node.js, npm, VSCode, connecting and configuring ESLint
  • Integration of additional libraries
  • Adherence to coding standards using ESLint and CodeClimate with Airbnb style guide
  • Working with Git and GitHub
  • Building a proper project architecture

Technology Stack: JavaScript, Node.js, ESLint, readline-sync.

Game List:

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

Games vi:

brain-even

$ make brain-even

asciicast

brain-calc

$ make brain-calc

asciicast

brain-gcd

$ make brain-gcd

asciicast

brain-progression

$ make brain-progression

asciicast

brain-prime

$ make brain-prime

asciicast