Skip to content
View dtguubody's full-sized avatar

Block or report dtguubody

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. snake-game snake-game Public

    # Snake Game 这是一个基于贪吃蛇的多人游戏,支持1-4个玩家在本地一起玩。游戏提供了加速和减速技能,玩家可通过键盘控制或手柄来进行操作。 ## 玩法 - 选择玩家人数(1-4人)。 - 每个玩家控制一条蛇,蛇吃到食物得分。 - 每个玩家可以使用加速(Speed Up)和减速(Speed Down)技能来影响速度。 - 击杀其他玩家或吃到食物会增加得分。 ## 如何运行 1. 将本…

    JavaScript

  2. Orbit-Catcher-game Orbit-Catcher-game Public

    说明: 这是一个用 three.js 编写的单文件静态网页游戏。你可以把整个文件夹放到任何静态托管(GitHub Pages、Netlify、Vercel、静态CDN 等)上直接打开 index.html 即可运行。 特色: - 3D 场景与环形轨道 - 程序生成的发光能量球与障碍物 - 难度随时间增加 - 本地排行榜(localStorage) - 支持键盘(WASD / 方向键)与移动设…

    JavaScript