Skip to content

Instantly share code, notes, and snippets.

View HeyitsJess's full-sized avatar

JessG HeyitsJess

View GitHub Profile
@HeyitsJess
HeyitsJess / SpotAFire
Last active October 22, 2018 14:03
SpotAFire
import pygame, sys, os, time, random, requests, json, webbrowser
from pygame.locals import *
accesskey="b94d1def18adbe4dbf05c995c76b6266"
pygame.init()
FPS = 60
pygame.mixer.init()
pygame.font.init()
clock = pygame.time.Clock()
BLACK = (0,0,0)
@HeyitsJess
HeyitsJess / SpotAFire
Last active October 22, 2018 13:31
SpotAFire Initial Code
import pygame, sys, os, time, random, requests, json, webbrowser
from pygame.locals import *
accesskey="b94d1def18adbe4dbf05c995c76b6266"
pygame.init()
FPS = 60
pygame.mixer.init()
pygame.font.init()
clock = pygame.time.Clock()
BLACK = (0,0,0)