Skip to content

Instantly share code, notes, and snippets.

@migerh
migerh / map.py
Last active December 10, 2015 16:39 — forked from anonymous/map.py
#!/usr/bin/env python
import Image
import ImageDraw
import random
import math
import pyglet
import pyglet.gl as gl
import pyglet.window.key as key