This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#~/usr/bin/python | |
#importing modules | |
import pygame | |
import os, sys | |
from pygame.locals import * | |
from sys import exit | |
from pygame.locals import QUIT, JOYBUTTONUP, JOYBUTTONDOWN, \ | |
JOYAXISMOTION, JOYHATMOTION | |
#initializing variables |