打开即可运行,正常运行无报错。如果出现莫名其妙的报错,重新导出资源,选择清理导出即可,或者清理缓存。
2021-05-20 16:12:07 6.41MB Layabox Laya LayaAir2 Layaair
1
打地鼠游戏在新游戏页面点击后,即可直接进入游戏。此刻,地鼠会从一个个地洞中不经意的探出一个脑袋,或者一双眼睛,企图躲过游戏者的视线。不用心软,直接敲你的手丫子,拍掌下去,力求一次一个准,来一个砸一个,来二个砸一双。
2021-05-20 14:39:49 55KB 打地鼠
1
打地鼠的代码,里面有我详细的注释,很新手的代码。高手就不用看了。
2021-05-20 14:38:22 17.55MB Android 打地鼠 阿狸 新手
1
基于 app inventor 打地鼠aia文件格式适合初学者进行学习
2021-05-19 18:05:48 1.32MB app inventor 打地鼠aia
1
简要信息可参看博主的前5篇文章
2021-05-19 15:02:04 1.74MB Unity 游戏
打地鼠游戏中,程序主要是一个随机函数Rnd(),此函数会随机产生“鼠“的位置,然后用户可以根据”鼠“的位置进行单击,单击不成功的话,便会出现”X “,程序便会根据成功的次数与总次数比较,得出用户的成绩,另外用户还可以选择游戏的等级。
2021-05-13 15:01:42 60KB vb.net 打地鼠
1
用VB.NET做的小游戏--打地鼠 Public Class Form1 Inherits System.Windows.Forms.Form Dim pic As New PictureBox Dim goal As Integer Dim i As Integer Dim j As Integer Dim xx1() As Integer = {135, 277, 417} Dim xx2() As Integer = {157, 367} Dim xx3() As Integer = {32, 251, 482} Dim timer As Double = 1 Dim count As Integer '计时器跳动次数 Dim ifclick As Boolean Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Text = "小游戏" Me.Size = New Size(650, 465) End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Interval = 600 Timer1.Enabled = True Button2.Visible = True End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click If Button2.Text = "暂停" Then Button2.Text = "继续" Timer1.Enabled = False PictureBox1.Enabled = False ElseIf Button2.Text = "继续" Then Button2.Text = "暂停" Timer1.Enabled = True PictureBox1.Enabled = True End If End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Me.Close() End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ifclick = False PictureBox1.Enabled = True If timer = 0 Then Timer1.Enabled = False MsgBox("游戏结束,您的得分:" + goal.ToString) Button3.Visible = False Exit Sub End If addpic() timer = 10 - count * 0.5
2021-05-12 19:36:09 402KB 小游戏 VB.NET 打地鼠
1
欢迎看过来,这是一个用java语言实现的打地鼠小游戏,下载保你不后悔,正常有效!!!有不懂的地方随时回复,谢谢支持!
2021-05-12 11:02:31 2KB java 小游戏
经典街机打地鼠游戏-html、css、js实现
2021-05-10 16:02:56 764KB html5 打地鼠
课程设计,期末大作业,答辩ppt,有源代码,有app解释
2021-05-10 10:53:03 5.97MB 课程设计 期末大作业 答辩ppt 有源代码
1