Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 389 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 389 Bytes

Prime number guessing game

Installation

  • To install dependencies, run npm i
  • After dependencies have been installed, run npm start

Gameplay

The game will generate a random number that is the result of multiplying 4 prime numbers. The goal is to select the prime number combination that gives this result.

Todo

  • styling, animations
  • difficulty level