×

在LED矩阵上播放Virtual Connect Four

消耗积分:0 | 格式:zip | 大小:0.03 MB | 2022-12-15

分享资料个

描述

概述

在我之前的项目Pix-A-Sketch 的基础上,我创建了一种使用 64 x 64 LED 矩阵玩连接四游戏的方法。它模拟一个 8x6 网格,两个人可以通过旋转一对旋转编码器并按下按钮来放置黄色和红色筹码。

设计和制造外壳

我首先使用 Fusion 360 对每个组件进行建模,例如矩阵和旋转编码器。然后将它们放置在虚拟胶合板上,并在其周围建造一个塑料框架。每一块都用 PLA 进行 3D 打印,然后用 CNC 路由器切割底部木板。

 
 
 
poYBAGOYFPKAedC0AABEb_RwX-o204.png
 
1 / 2
 

下面是最终迭代的渲染。

poYBAGOYFPeAGTPFAAAezzCIR8w555.png
 

设置 Pi 和矩阵

您现在可能已经听过一千遍了,所以只需在此处查看有关如何设置 Raspberry Pi 的指南。

pYYBAGOYFPqAGgQSAABc9ov9NnE677.png
 

将其连接到 WiFi 路由器后,按照以下说明安装 rgb-matrix 库:

赶紧跑

curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/rgb-matrix.sh >rgb-matrix.sh
sudo bash rgb-matrix.sh

然后按 y 继续并选择选项 2 以选择 Adafruit Matrix HAT。

然后选择数字 2 以释放针脚 18,以便声音仍然可以通过音频插孔输出。

要对其进行测试,请进入examples-api-use目录并运行

sudo ./demo -D0 --led-rows=64 --led-cols=64 --hardware-mapping=adafruit-hat

您应该看到演示正在运行。只需按 ctrl-c 即可退出。

您还需要安装 mpu6050 库

pip3 install mpu6050-raspberrypi

然后将用户 root 添加到 i2c 和 gpio 组。

连接四引擎

与我创建的大多数游戏一样,我总是尝试先构建底层引擎,然后在其之上构建图形显示层。游戏用 Python 编写,首先创建一个选定大小的网格。接下来,随机选择一名玩家开始。在每一轮,当前玩家都可以选择一列并将他们的筹码“投入”其中。然后,调用一个获胜检查函数,该函数测试是否已经实现了某个芯片颜色的四排。如果有赢家或平局,则游戏结束,否则,游戏通过选择其他玩家继续进行。

poYBAGOYFP2Af8dWAABmaBz5i9c500.png
 

渲染游戏

有一个名为 MatrixDisplay 的 Python 类,它允许当前游戏的状态与 RGB 矩阵交互。游戏开始时,显示当前玩家并绘制初始空白板。

poYBAGOYFQGAQjSOAAFJsFlB-T0254.png
 

当玩家需要为其筹码选择一列时,会读取板载旋转编码器的值并相应地移动筹码。按下中心按钮选择列并放下芯片。

pYYBAGOYFR-ATpssAAI6vAsc9tE314.png
 

为了用筹码渲染棋盘,当前游戏的二维数组被传递给更新函数,该函数遍历每个筹码并显示它。如果获胜,游戏将调用显示获胜者函数,然后询问是否有任何玩家想再次玩。

poYBAGOYFTCAGkvAAAGHfUVLXcY993.png
 

把它绑在一起

游戏系统的基石是 PixelConnectFour 类,它像胶水一样运行底层游戏引擎,然后将相关数据传输到显示层。此外,游戏的流程和状态由该类处理,这意味着重置、读取值和退出都包括在内。因此,要运行游戏,只需创建一个 PixelConnectFour 实例并调用其运行函数即可。

poYBAGOYxRaAAqkTAAEoRSfqit4185.png
 

未来的计划

由于我创建的代码将整个游戏包装成一个可以通过调用其run()函数启动的类,因此我计划创建一个菜单系统,允许用户选择并玩游戏。


声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'在LED矩阵上播放Virtual Connect Four',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);