Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abra19/mini_brain_games

This project implemented a set of mini-games launched from the console
https://github.com/abra19/mini_brain_games

js

Last synced: 6 days ago
JSON representation

This project implemented a set of mini-games launched from the console

Awesome Lists containing this project

README

        

### Hexlet tests and Linter status:
[![Actions Status](https://github.com/Abra19/frontend-project-lvl1/workflows/hexlet-check/badge.svg)](https://github.com/Abra19/frontend-project-lvl1/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com/github/Abra19/frontend-project-lvl1/maintainability)
[![example workflow](https://github.com/Abra19/frontend-project-lvl1/actions/workflows/lint.yml/badge.svg)](https://github.com/Abra19/frontend-project-lvl1/actions)
### Project Description:
This project implemented a set of mini-games launched from the console
### To get started

1. Clone git repo: `git clone [email protected]:Abra19/mini_brain_games.git`
2. Install package: `make install`
3. Link: `npm link`

[![asciicast](https://asciinema.org/a/FS60NV3xDEsKWGpyFVwnBxaGg.svg)](https://asciinema.org/a/FS60NV3xDEsKWGpyFVwnBxaGg)
### To run

`brain-games` - Welcome message

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

`brain-even` - Parity game

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

`brain-calc` - The Calculate game

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

`brain-gcd` - Find Great Common Divisor game

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

`brain-prime` - Prime search game

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

`brain-progression` - Finding the missing element of an arithmetic progression game

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