Skip to content
View GamingasCZ's full-sized avatar
🔃
i am lit
🔃
i am lit
Block or Report

Block or report GamingasCZ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. gdlists gdlists Public

    A rewrite of Geometry Dash Lists

    Vue

  2. pkbattlesim_rmx pkbattlesim_rmx Public

    Android app for simulating Pokémon battles

    JavaScript 2

  3. lof-top10 lof-top10 Public archive

    A website for making Geometry Dash level lists.

    JavaScript 3

  4. pokeclone pokeclone Public

    Simple Pokémon clone

    GDScript

  5. Splits all Geometry Dash icon sprite... Splits all Geometry Dash icon spritesheets, standing in its way!
    1
    import os, plistlib, json
    2
    from PIL import Image
    3
    
                  
    4
    plists = list(filter(lambda x: x.endswith(".plist"), os.listdir()))
    5