Skip to content

Testing JS function for guessing random number (or item)

Notifications You must be signed in to change notification settings

MIBICT/JS-Guess-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS-Guess-Number

Testing JS function for guessing random number (or item) Projest starts with basic solution for given problem: Generate (fixed or random) number, then let visitors tu guess what that number is, providing help (tips) like; 'Try lower / higher number" and count number of unsecsessfull atempts. When visitor guess number right - show message with total number of attempts.

Second phase:

  • move message from alert window to inline text ✓
  • generate separate CSS file and put some decoration(s) in it
  • generate separate JS file ✓

Third phase: Turn this to playing card guessing game with one card color

Live at https://mibict.github.io/JS-Guess-Number/

Part of 2022 FED education at Algebra (https://www.algebra.hr/en/)

About

Testing JS function for guessing random number (or item)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published