To get started, initiate Beth's_Game_V2.py with python.
- Hover your mouse over the bird in the center of the picture.
- Listen for this bird's sound.
- In the next screen try to find that same bird which is hiding now in the new picture. Uncover it by hovering your mouse over where you think it is.
- Currently you win when you hear the rising jingle of notes!
- Dev Tools: Extra files for testing or upcoming feature implementation
- Image_files: directory of images used in the game
- sound_files: directory containing sound files used in the game
- Beth's_game_V2.py: Main .py file that holds all the game code. Run this to get going!
- Object Oriented Programming
- Pygame library
- Pygame mixer
- Event Management
- global scope functions.
- Game looping, with single main while loop.