Skip to content

Instantly share code, notes, and snippets.

@RogueYun
RogueYun / gist:6463ffe5c552712e0b80
Last active October 10, 2015 21:07 — forked from schacon/gist:1
the meaning of gist
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
Without gist, I am useless.
Like the cotton candy that grows in my belly button.
@RogueYun
RogueYun / Test.py
Last active October 10, 2015 20:47
I'm just trying stuff :D
# I wonder what this does...
print "Howdy!"
# This doesn't seem too bad :D Here is a bunch of random junk to test with.
class Map():
def __init__(self):
pass
name = "Name"
tile_size = (64,64)