I chose the Word Guessing game as my final project. This game had three parts of code;
i) the get word function - provides a random word from a list from which the secret word is selected
ii) the play game function - The user is asked for an input letters then checked if it matches with the word or not and accordingly the user gets a response.
iii) the play on function - the user will be asked if they want to play again or not.