Skip to content
/ 3dcube Public

🎮 Cute pet 3D cube game 萌萌 3D 魔方游戏,支持 iframe 引入,支持颜色自定义。萌萌哒。

License

Notifications You must be signed in to change notification settings

zoo-js/3dcube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoo-3dcube

简体中文 | English

萌宠 3D 魔方游戏

由于萌宠图片地址存于 GitHub 中,项目部署于 GitHub Pages 上,请确保当前网络环境流畅!

🔥 预览图

✨ 萌宠列表

https://github.com/zoo-js/zoo

📦 如何使用

在线预览

https://zoo-js.github.io/3dcube/?red=cat&white=dog&blue=pig&green=sheep&orange=koala&yellow=ant&bg=*ffd8bf

项目引入

<iframe
  id="zoo-3dcube"
  src="https://zoo-js.github.io/3dcube/?red=cat&white=dog&blue=pig&green=sheep&orange=koala&yellow=ant&bg=*ffd8bf"
  name="3dcube"
  width="100%"
  height="100%"
  scrolling="no"
  frameborder="0">
</iframe>

更多关于 iframe 查看:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe

支持参数

red     // 红色面
white   // 白色面
blue    // 蓝色面
green   // 绿色面
orange  // 橙色面
yellow  // 黄色面
bg      // 背景色
/*
  背景色支持直接英文,如 red、blue。
  也支持十六进制色值,如 #ffccc7 #ffd8bf #f4ffb8,注意将 `#` 替换为 `*` 使用。
*/

🎗 Tip

  • 魔方源码来源于互联网
  • 仅限娱乐分享

About

🎮 Cute pet 3D cube game 萌萌 3D 魔方游戏,支持 iframe 引入,支持颜色自定义。萌萌哒。

Topics

Resources

License

Stars

Watchers

Forks