Skip to content
View ssbtt114514's full-sized avatar
💭
🤓
💭
🤓

Block or report ssbtt114514

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ssbtt114514/README.md

✨ 15岁·代码探险家 ✨

Typing SVG

🎯 关于我

class TeenDeveloper:
    def __init__(self):
        self.age = 15
        self.grade = "初三"
        self.coding_years = 3
        self.hobbies = ["写代码", "打游戏", "研究新技术"]
        
    def get_skills(self):
        return {
            "主攻": ["Python", "Lua"],
            "正在学": ["JavaScript", "Java"],
            "也想试试": ["Godot", "HTML/CSS"]
        }
    
    def dream(self):
        return "成为一名独立游戏开发者 🎮"
    
    def daily_routine(self):
        return "上课 → 写代码 → 打游戏 → 睡觉(×无限循环)"

Popular repositories Loading

  1. VulkanMod_for_vulkan1.1 VulkanMod_for_vulkan1.1 Public

    Forked from xCollateral/VulkanMod

    Vulkan renderer mod for Minecraft.

    Java 1

  2. ssbtt114514.github.io ssbtt114514.github.io Public

    JavaScript 1

  3. seewo.help seewo.help Public

    seewo帮助手册https://ssbtt114514.github.io/seewo.help/

    HTML 1

  4. lwjgl3 lwjgl3 Public

    Forked from AngelAuraMC/lwjgl3

    LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan), audio (OpenAL), parallel computing (OpenCL, CUDA) and XR (O…

    Java

  5. MobileGL MobileGL Public

    Forked from MobileGL-Dev/MobileGL

    A desktop OpenGL implementation

    C++

  6. LTW LTW Public

    Forked from MojoLauncher/LTW

    the Large Thin Wrapper renderer

    C