Presenting simple games in Python to practise programming.
- The dicegame.py introduces the while function.
- The guess_game.py extends this while function to include if and elif function examples.
- The hangman.py is similar to the guess_game.py script but is based on the the alphabet and allows players to guess the correct word.