This repository contains short Python scripts written for simple games such as the following:
- Palindrome: checks if a string is a palindrome, i.e. it reads the same backwards as forwards.
- Pangram: checks if a given string contains all letters of the alphabet.
- Secret Number: game requiring the user to guess a secret number between 1 and 10 while providing clues.
- Lingo: game which asks the user to guess the name of a country consisting of five characters. Each attemept generates a clue.