Skip to content

KirillTheStranger/Brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Brain Games

A pack of educational games, in which you'll need to tell is the number even, continue the progression or guess the biggest divider of two numbers. Three right answers in a row will guarantee you a win. To install the game follow the instructions below.

Requirements

Latest version of Node.js

Installation

To install the required dependencies, type following command in terminal.

make install

Launch the game

  1. Enter main directory
  2. Type following commands to start:
    • brain-games - enters greetings mode
    • brain-even - starts the game, in which you need to tell is the number even
    • brain-calc - starts the game, in which you need to do math operations with two random numbers
    • brain-gcd - starts the game, in which you need to find the greatest common divider of two random numbers
    • brain-progression - starts the game, in which you need to complete the progression with correct number
    • brain-prime - starts the game, in which you need to tell is the number prime

Brain-even game

Brain-calc game

Brain-gcd game

Brain-progression game

Brain-prime game

About

Pack of educational mini-games

Resources

Stars

Watchers

Forks

Packages

No packages published