ponttor-frontend-project-lvl1

brain games project

Usage no npm install needed!

<script type="module">
  import ponttorFrontendProjectLvl1 from 'https://cdn.skypack.dev/ponttor-frontend-project-lvl1';
</script>

README

frontend-project-lvl1

javscript-action status

Brain Games is a set of five console games built on the principle of popular mobile brain-boosting apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.

Games:

Brain calculator. Arithmetic expressions to be evaluated. Brain even. Definition of an even number. Brain gcd. Determination of the greatest common factor. Brain prime. Definition of a prime number. Brain progression. Finds missing numbers in a sequence of numbers.

Instructions for installing and launching the game (video instructions can be seen below):

Install: npm i ponttor-frontend-project-lvl1 Start the game commands: brain-even, brain-calc, brain-gcd, brain-prime, brain-progression.