# Unity-3Tiles **Repository Path**: CrazyHaha/unity-3-tiles ## Basic Information - **Project Name**: Unity-3Tiles - **Description**: 用 Unity 实现 ETALON 开发的娱乐益智游戏 3 Tiles <三消类游戏> - **Primary Language**: C# - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-26 - **Last Updated**: 2023-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Unity3D, Unity ## README # Unity-3Tiles #### 项目简介 用 Unity 实现 ETALON 开发的娱乐益智游戏 3 Tiles <三消类游戏> #### 软件版本 Unity 2018.4.36f1 (64-bit) Visual Studio 2019 #### 游戏规则 <3 Tiles> 是由 ETALON 开发的娱乐益智游戏 在游戏中点按即可将方块放入堆槽中,三个相同的方块即可匹配消除 # 游戏效果 ![Image text](https://gitee.com/CrazyHaha/unity-3-tiles/raw/master/EffectImages/3Tiles.gif) # 游戏截图 道具说明截图 ![Image text](https://gitee.com/CrazyHaha/unity-3-tiles/raw/master/EffectImages/3Tiles_1.png) 游戏内容截图 ![Image text](https://gitee.com/CrazyHaha/unity-3-tiles/raw/master/EffectImages/3Tiles_2.png) 游戏结算截图 ![Image text](https://gitee.com/CrazyHaha/unity-3-tiles/raw/master/EffectImages/3Tiles_3.png) # 更新实现进度 #### 11-25 更新推送 实现游戏内特殊道具的效果逻辑 添加游戏关卡数据和难度迭代升级逻辑 实现游戏整体的进程逻辑和核心玩法逻辑