This is a collection of basic programming projects made with Python.
Madlibs
: This is a string concatenation game in which the user provides words to fill blanks within a passage.Guess The Number
: A game of guess-the-number where the user guesses a random number chosen by the computer and vice-versa.Binary Search
: A simple search program juxtaposing the normal naive search with binary search in time complexity.Rock-Paper-Scissors
: A basic game of rock paper scissors against the computer.Hangman
: A game of hangman where the user attempts to guess a randomly selected word from a wide list of words. There's a limited number of attempts to do that too.Minesweeper
: (⚒️⛑️ Work In Progress) The command-line version of a nostlalgic game involving mines, clues, arithmetic and explosions for you to enjoy on your terminal.