Skip to content

Instantly share code, notes, and snippets.

@mg476
mg476 / code.py
Last active February 11, 2026 21:45
game
#128 8*8 tiles
from colors import *
from kandinsky import set_pixel
class Sprite:
def __init__(self,texture,width=8):
self.pixels=texture
self.width=width