Skip to content

A simple guess the word game in C. I wanted to create a simple program in C just to implement what I have learned so far from CS50's Intro to computer science.

Notifications You must be signed in to change notification settings

EveningStar05/guess-the-word-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gues the word in C

Overview

This is a simple guess the word game in created in C from scratch. I wanted to create a simple program in C just to implement what I have learned so far from CS50's Introduction to Computer Science.

Run the Program

to run the program all you need to do is to clone this repository to your local directory.

git clone <paste the url here>

then on the terminal run ./guess_the_word

How it works

After running ./guess_the_word on your terminal, you are given a hashed word and a prompt to guess the hashed word. You can only guess 3 times, at the second attempt you are given a hint (only once). So becareful and good luck! :)

About

A simple guess the word game in C. I wanted to create a simple program in C just to implement what I have learned so far from CS50's Intro to computer science.

Topics

Resources

Stars

Watchers

Forks

Languages