Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 457 Bytes

The Guessing Game

Created by Rohan Sethi on -

Sun Mar 8 17:37:19 IST 2020

Instructions :-

  1. This is a simple game where the user has to guess the number of files in the current directory.
  2. Hints are provided at each guess as to whether it was too high or too low, in order to aid the user.
  3. The game ends once the user guesses correctly.

The code file contains - 24 guessinggame.sh lines.

I sincerely hope you enjoy the game.