All Projects → superzhan → Unitybubblegame

superzhan / Unitybubblegame

BubbleGame《天天萌泡泡》是一款简单好玩的消除游戏,点击三个或以上同颜色、相连接的泡泡来进行消除,简单而有趣。

Labels

Projects that are alternatives of or similar to Unitybubblegame

Prosperity Wars
Game-like agent based economy simulator
Stars: ✭ 153 (-29.17%)
Mutual labels:  game, unity
Unity resources
A list of resources and tutorials for those doing programming in Unity.
Stars: ✭ 170 (-21.3%)
Mutual labels:  game, unity
Ignorance
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Stars: ✭ 158 (-26.85%)
Mutual labels:  game, unity
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-40.28%)
Mutual labels:  game, unity
Behaviac
behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN)
Stars: ✭ 2,294 (+962.04%)
Mutual labels:  game, unity
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (-32.41%)
Mutual labels:  game, unity
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-24.07%)
Mutual labels:  game, unity
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-43.52%)
Mutual labels:  game, unity
Infiniterunner3d
Creating an infinite 3D runner game in Unity
Stars: ✭ 172 (-20.37%)
Mutual labels:  game, unity
Slganim
木叶战记续作
Stars: ✭ 172 (-20.37%)
Mutual labels:  game, unity
Facepunch.steamworks
Another fucking c# Steamworks implementation
Stars: ✭ 1,945 (+800.46%)
Mutual labels:  game, unity
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (-4.17%)
Mutual labels:  game, unity
Towerdefense
A Tower Defense style game example in Unity
Stars: ✭ 122 (-43.52%)
Mutual labels:  game, unity
Metasprite
A fast, self-contained, highly customizable Aseprite-to-Unity importer.
Stars: ✭ 148 (-31.48%)
Mutual labels:  game, unity
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-43.52%)
Mutual labels:  game, unity
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (-25.93%)
Mutual labels:  game, unity
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-54.63%)
Mutual labels:  game, unity
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-44.91%)
Mutual labels:  game, unity
Knead proj
游戏中捏脸的实现
Stars: ✭ 169 (-21.76%)
Mutual labels:  game, unity
Htframework
Unity HTFramework, a rapid development framework of client to the unity.
Stars: ✭ 179 (-17.13%)
Mutual labels:  game, unity

《天天萌泡泡》

《天天萌泡泡》是一款简单好玩的消除游戏,点击三个或以上同颜色、相连接的泡泡来进行消除,简单而有趣。


游戏玩法:

类似消灭星星的玩法,点击三个或以上同颜色、相连接的泡泡进行消除。 一次消除的元素越多,就会产生越厉害的特殊泡泡。点击特殊泡泡能大量消除其他泡泡,获得更高的分数。游戏是限时模式。

游戏展示

WebGL 展示地址 https://build.cloud.unity3d.com/share/W1jjk3nJtZ/webgl/

游戏下载

腾讯应用宝下载地址: http://android.myapp.com/myapp/detail.htm?apkName=com.superzhan.bubblegame

游戏下载 腾讯应用宝下载地址


开始

运行Scene/MainScene 场景开始游戏。开发环境是unity5.2.3 ,低版本的unity可能会报错。

开发环境

Unity 5.2.3
UI: UGUI
插件: 2dtoolkit, poolManger, AudioToolkit, DOTween
资源:网络素材+PS修改
使用Unity内置的物理引擎

工程结构

Scene目录 工程只有一个场景MainScene,从这里开始游戏。
Script目录 所有的程序代码位于这个文件夹下
Prefab目录 存放游戏的所有预设
Image目录  图片资源目录
Audio目录 声音文件
Resources目录 存放游戏的配置数据
其他目录 插件和部分资源

img img img

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].