Skip to content

arzartden/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Brain Games Project

Actions Status Maintainability project-check

Description

The Brain Games is a set of five console games built on the principle of popular mobile applications for brain pumping. Each game asks questions that need to be answered correctly. After three correct answers, it is considered that the game is over. Incorrect answers end the game and offer to go through it again. Games:

  • Calculator. Arithmetic expressions that need to be calculated.
  • Progression. Search for missing numbers in a sequence of numbers.
  • Definition of an even number.
  • Determination of the greatest common divisor.
  • Definition of a prime number.



Project installation and the brain-even game process.

The essence of the game:

A random number is shown to the user. He needs to answer yes if the number is even, or no if it is odd.

asciicast


The brain-calc game process

The essence of the game:

The user is shown a random mathematical expression, for example 35 + 16, which needs to be calculated and written down the correct answer.

asciicast


The brain-gcd game process

The essence of the game:

The user is shown two random numbers, for example, 25 50. The user must calculate and enter the greatest common divisor of these numbers.

asciicast


The brain-progression game process

We show the player a series of numbers forming an arithmetic progression by replacing any of the numbers with two dots. The player must determine this number.

asciicast


The brain-prime game process

Is it a prime number? Answer yes or no.

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors