Skip to content

Instantly share code, notes, and snippets.

View LiangLongRob's full-sized avatar

Liang Long LiangLongRob

View GitHub Profile
@LiangLongRob
LiangLongRob / index.html
Last active May 8, 2026 00:14
簡易俄羅斯方塊
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>俄羅斯方塊 - 完整音樂與計分修正版</title>
<style>
:root { --btn-bg: #3b3b4d; --btn-active: #6262ff; --panel-bg: #222; }
* { -webkit-tap-highlight-color: transparent; user-select: none; -webkit-user-select: none; }
body {