添加 README.md
🌲 网页端像素风格 3D 森林探索游戏
双击 index.html 直接在浏览器中打开即可游玩!
index.html
image-rendering: pixelated
pixel/ ├── index.html ← 游戏入口 ├── src/ │ ├── renderer.js ← 像素化 WebGL 渲染器 │ ├── scene.js ← 森林岛屿场景 │ ├── player.js ← 第一人称控制 │ ├── collectibles.js ← 宝石收集系统 │ ├── npc.js ← NPC 对话系统 │ ├── quest.js ← 任务系统 │ └── hud.js ← HUD 界面 ├── docs/ │ ├── 需求文档.md │ └── 系统架构.md └── README.md
📝 仓库: https://www.gitlink.org.cn/The-Whatever-Group/pixel
一款网页3d像素游戏
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
像素森林探索者 / Pixel Forest Explorer
🌲 网页端像素风格 3D 森林探索游戏
🎮 快速开始
双击
index.html直接在浏览器中打开即可游玩!🎯 玩法
🛠 技术栈
image-rendering: pixelated像素化放大📂 项目结构
🆕 V2 更新
📝 仓库: https://www.gitlink.org.cn/The-Whatever-Group/pixel