Skip to content

A set of five console games that check and develop your math skills.

Notifications You must be signed in to change notification settings

Tsogoeva/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Maintainability

Workflow Lint

Description:

This repository is a test of my first coding skills from Hexlet (JavaScript). You can play 5 mini-games that check and develop your math skills. You are required to answer 3 questions correctly to be successful in the games. Enjoy!

Game list:
  • brain-calc - calculate simple expressions
  • brain-even - check a number for evenness
  • brain-gcd - calculate the greatest common divisor of 2 numbers
  • brain-prime - check a number for primality
  • brain-progression - calculate missing number from progression

Setup for Ubuntu:

In order to play, take a few steps:

  • Install Node.js if you don't have it. Make sure your version is at least 16.4.1
  • Clone the repository to any convenient location on your computer using SSH key: git@github.com:Tsogoeva/frontend-project-lvl1.git
  • Go to the root directory of the project
  • Perform a dependency installation using the make install command
  • Install the package with the npm link command. You may need to sudo
  • Now run any game you want. Just enter the name of the game
Demonstration of the start and process of the games:
brain-even:

asciicast

brain-calc:

asciicast

brain-gcd:

asciicast

brain-progression:

asciicast

brain-prime:

asciicast

About

A set of five console games that check and develop your math skills.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published