News

The simplest implementation is here (note that half of the code is boilerplate for pygame): import pygame from nyancat ... pygame.init() DISPLAY_SURFACE = pygame.display.set_mode((320, 240)) ...