Skip to content

Instantly share code, notes, and snippets.

View macfij's full-sized avatar

Maciek Fijalkowski macfij

View GitHub Profile
@macfij
macfij / ghost.py
Created December 28, 2013 17:44
ghostfrag
import pygame
from pygame.locals import *
FONT_SIZE = 60
def name():
screen = pygame.display.set_mode((1280, 720))
name = ""
font = pygame.font.SysFont(None, FONT_SIZE)