A collection of console games for quick wits. To win each game you must give the right answer to 3 questions.
To install games, type the command make install
at linux console.
make brain-calc
Launches "Brain-Calc" game. You are shown a random mathematical expression that you have to calculate and write down the correct answer.make brain-even
Launches "Brain-Even" game. You are shown a random number. Answer "yes" if the number is even, otherwise answer "no".make brain-gcd
Launches "Brain-GCD" game. You are shown two random numbers. Find the greatest common divisor of given numbers!make brain-prime
Launches "Brain-Prime" game. You are shown a random number. Answer whether the number is prime or not.make brain-progression
Launches "Brain-Progression" game. You are shown a series of numbers forming an arithmetic progression. What number is missing in the progression?