Skip to content

Instantly share code, notes, and snippets.

View sleepntsheep's full-sized avatar
🏠
Hmm

sleepntsheep sleepntsheep

🏠
Hmm
  • Bangkok, Thailand
View GitHub Profile
@PufferFishDev
PufferFishDev / README.md
Last active January 31, 2024 13:10
popcat.click Auto Clicker Hack (updated)
@iminurnamez
iminurnamez / state_engine.py
Last active June 12, 2024 15:49
Simple state engine example
#This code is licensed as CC0 1.0 (https://creativecommons.org/publicdomain/zero/1.0/legalcode).
import sys
import pygame as pg
class Game(object):
"""
A single instance of this class is responsible for
managing which individual game state is active