Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 441 Bytes

➕ Math-games

Simple CLI math games

Installation

npm install -g math-games

How to play

Run math-games in the shell, write your name and choose one of the following games

Games

prime

Is the number prime?

even

Is the number even?

calc

What is the result of the expression?

gcd

What is the greatest common divisor of two numbers?

progression

What is the missing member of the progression?