Shramkoweb / frontend-project-lvl1

A bundle of console mini games πŸ“Ÿ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A console application containing a set of mini-games with a single engine.

Maintainability

Requirements

  • Node 13+ version

How to start

  1. npm install
  2. Write to console node src/bin/pathToGame
  3. Enjoy the game

Skills and technologies

  • Environment Setup (cl: gitHub Actions, npm, babel, eslint)
  • Base project structure & architecture

Rules of the game

  • 3 rounds.
  • Wrong answer - Game Over.
  • Correct answer - step to next question.

Brain-Even

Need to answer an even number.

asciicast


Brain-Calc

Need to write the result of an expression.

asciicast


Brain-GCD

Need to find the greatest divisor.

asciicast


Brain-Progression

Need to find the missing number in arithmetic progression.

asciicast


Brain-Prime

Need to guess whether the number is "prime" or not.

asciicast

Created by Serhii Shramko. This is my personal website and blog.

About

A bundle of console mini games πŸ“Ÿ


Languages

Language:JavaScript 98.3%Language:Makefile 1.7%