Guess the number Game

33 makers are attended


Apr 1612:00 PM
-
Apr 161:30 PM
Online event
Pre Invite
Study Jams
Learning Program

An event by

Department of Computer Science, CUSAT, Kochi

Hosts

Fathima

Anjana

Aisha

Amal

Muhsina

Amal

Anjana

Aisha


To build: A number guessing game where the computer picks a number, and the user has to guess it with hints. Goal: Learn loops, randomness, and feedback-based logic. Features: •Random number from 1 to 20 •User guesses until they get it right •Count attempts and give feedback ("Too high"/"Too low") Skills: •while loop •random.randint() •Conditionals