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: 4 months ago
JSON representation
This project implemented a set of mini-games launched from the console
- Host: GitHub
- URL: https://github.com/abra19/mini_brain_games
- Owner: Abra19
- Created: 2022-01-17T18:22:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:33:24.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:44:41.633Z (6 months ago)
- Topics: js
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests and Linter status:
[](https://github.com/Abra19/frontend-project-lvl1/actions)
[](https://codeclimate.com/github/Abra19/frontend-project-lvl1/maintainability)
[](https://github.com/Abra19/frontend-project-lvl1/actions)
### Project Description:
This project implemented a set of mini-games launched from the console
### To get started1. Clone git repo: `git clone [email protected]:Abra19/mini_brain_games.git`
2. Install package: `make install`
3. Link: `npm link`[](https://asciinema.org/a/FS60NV3xDEsKWGpyFVwnBxaGg)
### To run`brain-games` - Welcome message
[](https://asciinema.org/a/4jNp1XhRzuLoeA677BZ2jjn3j)
`brain-even` - Parity game
[](https://asciinema.org/a/SVC6HCYbwCD5INqRe7b6BMryR)
`brain-calc` - The Calculate game
[](https://asciinema.org/a/MoVnxPjILvZnq5a8WzIfOAQZG)
`brain-gcd` - Find Great Common Divisor game
[](https://asciinema.org/a/gyZT78pkyQVvpapQIyorfdUEK)`brain-prime` - Prime search game
[](https://asciinema.org/a/2EpcaIgFPrX6gl5dn3KZri0uh)
`brain-progression` - Finding the missing element of an arithmetic progression game
[](https://asciinema.org/a/kzkHV6JxZ3JCMtj16EszcrLrm)