Skip to content

Timur-eit/brain_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

JavaScript Training project.

node.js Project 1 CI Maintainability

Goals:

  • to get beginning skills of JS development
  • to learn how to setup JS environment
  • to get basic skills of working with repositories and dependency management

Description:

Mini-games for CLI

Requirements:

  • CLI (POSIX)
  • Node.js v13.11.0

Links:

Games

Installation and start:

  1. $ git clone <this repo url>

  2. Move to the loaded package directory

  3. $ npm link

  4. $ brain-<GAME>

see asciinema

Brain-even: Answer "yes" if the number is even, otherwise answer "no".

$ brain-even

see asciinema

Brain-calc: What is the result of expression?

$ brain-calc

see asciinema

Brain-gcd: Find the greatest common divisor of given numbers.

$ brain-gcd

see asciinema

Brain-progression: What number is missing in the progression?

$ brain-progression

see asciinema

Brain-prime: Answer "yes" if given number is prime, otherwise answer "no".

$ brain-prime

see asciinema

About

Mini-games for CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors