Skip to content

Small hidden object game programmed in Python. First time using sounds and mouse location triggers.

Notifications You must be signed in to change notification settings

algakovic/Beths-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beth's Game

This is a personal project coded entirely in python with pygame library.

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!

Key files:

  1. Dev Tools: Extra files for testing or upcoming feature implementation
  2. Image_files: directory of images used in the game
  3. sound_files: directory containing sound files used in the game
  4. Beth's_game_V2.py: Main .py file that holds all the game code. Run this to get going!

Aspects of the code:

  • Object Oriented Programming
  • Pygame library
  • Pygame mixer
  • Event Management
  • global scope functions.
  • Game looping, with single main while loop.

Game Image (To start, when in game hover over the center of this bird)

About

Small hidden object game programmed in Python. First time using sounds and mouse location triggers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages