An open API service indexing awesome lists of open source software.

https://github.com/shramkoweb/frontend-project-lvl1

A bundle of console mini games 📟
https://github.com/shramkoweb/frontend-project-lvl1

asciicast babel brain ci codeclimate eslint github-action npm

Last synced: 2 months ago
JSON representation

A bundle of console mini games 📟

Awesome Lists containing this project

README

          

## A console application containing a set of mini-games with a single engine.
![](https://github.com/Shramkoweb/frontend-project-lvl1/workflows/Lint/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/6bfe9a9986b82bffc5a1/maintainability)](https://codeclimate.com/github/Shramkoweb/frontend-project-lvl1/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](https://asciinema.org/a/7IAtBF4S3AN0vvLIHgsnQDTAU.svg)](https://asciinema.org/a/7IAtBF4S3AN0vvLIHgsnQDTAU)

---
### Brain-Calc
Need to write the result of an expression.

[![asciicast](https://asciinema.org/a/pz5FPVpqo7Ba0w64bg4Bdfbti.svg)](https://asciinema.org/a/pz5FPVpqo7Ba0w64bg4Bdfbti)

---
### Brain-GCD
Need to find the greatest divisor.

[![asciicast](https://asciinema.org/a/OwdQEh2YC8bjtCuyHWhP7xxpd.svg)](https://asciinema.org/a/OwdQEh2YC8bjtCuyHWhP7xxpd)

---
### Brain-Progression
Need to find the missing number in arithmetic progression.

[![asciicast](https://asciinema.org/a/imEftX83vvdmBX8GLUnIfVebQ.svg)](https://asciinema.org/a/imEftX83vvdmBX8GLUnIfVebQ)

---
### Brain-Prime
Need to guess whether the number is "prime" or not.

[![asciicast](https://asciinema.org/a/EEl0kVC0pGgB51KLfOvROyKiw.svg)](https://asciinema.org/a/EEl0kVC0pGgB51KLfOvROyKiw)

Created by [Serhii Shramko](https://shramko.dev/). This is my personal website and blog.