Search results

  1. G

    Pygame CheckCollision

    I'm stuck in the wall and get pull down
  2. G

    Pygame CheckCollision

    ok http://pastebin.com/Rp6w1LG8
  3. G

    Pygame CheckCollision

    can someone find the bugg in CheckCollision, for me? import pygame, sys #globaler: BlockSize = 16 PlayerSize = 12 ScreenSize = (1024, 768) FPS = 60 Gravity = 0.20 BackgroundColour = (255, 255, 255)#(red, green, blue) range: 0-255 BlockColor = (0, 0, 0) print "Defining...
Back
Top