Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.51 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.51 KB

Brain Games learning project (project-lvl1-s284)

Maintainability Build Status

Install

$ npm install -g brain-games-ac

Game 1 - Even or not

$ brain-even

Sample

Brain even sample

Game 2 - Calculator

$ brain-calc

Sample

asciicast

Game 3 - Find the greatest common divisor

$ brain-gcd

Sample

asciicast

Game 4 - Balance the number

$ brain-balance

Sample

asciicast

Game 5 - Find the missing number in progression

$ brain-progression

Sample

asciicast

Game 6 - Is this number prime?

$ brain-prime

Sample

asciicast