Sci-Sheep Cover

Sci Sheep

一款使用PPT做出來的太空綿羊射擊彈幕小游戲🐏,特殊的互動式玩法讓這款游戲在一般的PPT點擊Slideshow中脫穎而出。

游戏介紹: Sci-sheep 是一款使用Microsoft Office Powerpoint 365 做出來的彈幕射擊小游戲雛形,除了一般的PPT動畫功能之外,還額外寫了VBA的Script來控制變數和使用鼠標抓取綿羊位置,點擊的效果,不過礙於PPT的限制,不同版本的PPT可以沒辦法使用VBA的效果,建議使用PPT 365來玩這款游戲。 #slide-window { position: relative; width: auto; height: 300px; overflow: hidden; top: 0px; left: 0px; } #slides-list { width: auto; height: 300px; position: absolute; margin: 0px; padding: 0px; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); transition: all 0.66s ease; -webkit-transition: all 0.66s ease; } .slide { list-style: none; position: relative; float: left; margin: 0; padding: 0; width: auto; height: 300px; background: #ccc; text-align: center; line-height: 100%; background-size: cover; background-position: 50% 50%; color: #fff; -webkit-transform: translate3d(0px, 0px, 0px); -webkit-transform-style: preserve-3d; } ....

July 9, 2020 · 2 min · Yayapipi