Giter Site home page Giter Site logo

gamedesignprogramming's Introduction

Hi there ๐Ÿ‘‹

gamedesignprogramming's People

Contributors

vivekvells avatar

Watchers

 avatar  avatar

gamedesignprogramming's Issues

Bricks vs Defender - MVP v3: Single screen with two player with paddle alone

  • 2 players playing against each other using a paddle on their side in a single screen (may use 2 keyboards or single keyboard with different keys being assigned to the 2 player accordingly) with touchdown line as the wall and players playing in their side alone. (say player wins if the player clears all the bricks on his/her side)

Unable to Open audio file error when ran on command line

Error Log:

D:\pgm\Python37>python.exe C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 362, in <module>
    game_intro_obj = GameIntro()
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 306, in __init__
    self.startup_screen()
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 325, in startup_screen
    self.get_input()
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 312, in get_input
    initialize_brick_game()
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 357, in initialize_brick_game
    brick_breaker_obj = BrickBreaker()
  File "C:\Users\maristuser\Downloads\GameDesignProgramming-1.0\GamesDesigned\BricksVsDefender\Code\MVP1\brick_breaker.py", line 99, in __init__
    self.audio_play = pygame.mixer.Sound(AUDIO_FILE_LOCATION)
pygame.error: Unable to open file 'bing_audio.wav

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.