# ugame **Repository Path**: noteplus/ugame ## Basic Information - **Project Name**: ugame - **Description**: Android自定义View高仿抖音潜艇大挑战小游戏 https://blog.csdn.net/vitaviva/article/details/105613652 - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/vitaviva/ugame - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-25 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: 抖音潜艇大挑战, 面部识别, 小游戏, 躲避障碍物 ## README # 潜水艇大挑战 ![](https://img.shields.io/badge/license-Apache_2-blue.svg) ![](https://img.shields.io/badge/language-kotlin-green.svg) ![](https://img.shields.io/badge/jdk-1.8+-brightgreen.svg)
logo

《潜水艇大挑战》是抖音上的一个小游戏,以面部识别来让潜艇通过障碍物,相信很多人都玩过。
本项目基于Android自定义View等常见技术对这款小游戏进行了高仿实现。


## 项目结构 - Camera:相机的preview和人脸识别 - Background:障碍物的刷新和移动 - Foreground:潜艇的创建和控制 ## 实现效果