Siddmathur14 / Lab2B-parts

Contains parts of Lab 2B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROPOSAL

-The proposal is updated to guessing game called higher_lower, where the user is asked to enter a number that would be considered as a seed to generate a random number.

  • Based on the generated random number whose function can be found here.

  • Then, the user is asked to enter a guess and based on whether the value entered is higher or lower than the random number generated, the user is prompted by printing Think higher!! or Think Lower!!.

  • Until the user guesses the correct answer the RED LED blinks at each guess, once the user guesses the right answer the BLUE LED blinks, and the game mode is exited.

proposal.mp4

image

About

Contains parts of Lab 2B

License:MIT License


Languages

Language:C 68.3%Language:CMake 21.9%Language:Python 8.9%Language:Shell 0.9%