A downloadable game for Android

Download NowName your own price

香蕉貓哭哭

✨示範影片✨

----------------------------------------------------------------------------------------------------------

遊戲說明

前陣子很紅的Banana Cat!透過簡單AR和按鈕告訴你Banana Cat的來由及相關故事!

遊戲操作

  • 分別點擊三個按鈕會出現不同介紹及影片
  • 點下按鈕只會有聲音,請配合卡片增加視覺體驗!
  • 有三張不同卡片可以體驗,卡片辨識度皆5顆星(可參考遊戲截圖處)
  • 可以按【stop】控制影片開始與播放

開發者

  • 開發者:德文延 | 廖芷瑤 08123028
    信 箱:zhiyao.liao@gmail.com 
    ----------------------------------------------------------------------------- 

加分項目

  • 自行寫了兩個小程式,控制影片播放
    using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video;  public class VideoControl_BANANA : MonoBehaviour {     public VideoPlayer VP ;     // Start is called before the first frame update     void Start_BANANA()     {              }      // Update is called once per frame     void Update_BANANA()     {              }     public void PlayVideo_BANANA()     {         VP.Play();      }     public void StopVideo_BANANA()     {         VP.Stop();     } }
    using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video;  public class VideoControl_HAPPI : MonoBehaviour {     public VideoPlayer vp;     // Start is called before the first frame update     void Start_HAPPI()     {              }      // Update is called once per frame     void Update_HAPPI()     {              }     public void PlayVideo_HAPPI()     {         vp.Play();      }     public void StopVideo_HAPPI()     {         vp.Stop();     } }
    
Published 14 days ago
StatusReleased
PlatformsAndroid
AuthorSesame08123028
GenreCard Game
TagsMeme

Download

Download NowName your own price

Click download now to get access to the following files:

BananaCatMeme.apk 59 MB

Leave a comment

Log in with itch.io to leave a comment.