npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

brain-games-onlyo

v1.0.27

Published

Console brain games

Downloads

5

Readme

Maintainability Build Status

Console Brain Games

How to install

sudo npm install brain-games-onlyo -g

List of games

brain-even (Is it an even number?) 
 
brain-calc (Solve three mini arithmetic exercises)

brain-progression (Find out what number is missing in math progression)

brain-nod (Find the greatest common divisor)

brain-prime (Is it a prime number?)

Brain-even

Launch game:

brain-even

Answer "yes" if number are even, otherwise answer "no".

Question: 5
Your answer: no
Correct!

asciicast

Brain-calc

Launch game:

brain-calc

Find out the result of the expression

Question: 5 * 12
Your answer: 60
Correct!

asciicast

Brain-nod

Launch game:

brain-nod

Find the greatest common divisor of given numbers.

Question: 22, 50
Your answer: 2
Correct!

asciicast

Brain-prime

Launch game:

brain-prime

Is the number prime?

Question: 50
Your answer: no
Correct!

asciicast

Brain-progression

Launch game:

brain-progression

What number is missing in this progression?

Question: 5 9 .. 17 21 25 29 33 37 41 
Your answer: 13
Correct!

asciicast