大学的第一篇周记在B站上写了,现在是第二篇,估计打算以后双线并进吧!

这一周的独立游戏没有什么进展的说,用了一次AI帮做后虽然多了很多想要的新功能和优秀的架构,但是为了看懂它写的东西花了我这一周😓,不过好在也是看懂了,希望下一周能够把AI分支中有用的合并到主分支上(待办一)

这一周的B站涨粉量堪称翻倍,不过也是原来就没有多少哈哈(悲),还是要坚持一周发两三个小视频吧,毕竟也想尝试一下(待办二)

这一周的Unity3D学习比较久,毕竟独游开发不下去了就只能去学学别的了,一百集的教程还剩下二十集,加油,下周学完它!(待办三)

Aseprite也是,还是要多画,下周打算学习新的画风和特效已经道具地图绘画了,毕竟这个东西是最表面的,独游就是要争取有特色,不管是机制,剧情,面向的对象,美术还是音乐,争取多有点特色。(代办三)

不是怎么变成任务安排了啊喂(#`O′),算了,就这样了。

对了,还要去加入别人的Gitee库玩玩看,提前试试多人开发,就先这样了!

(function(){const bgImages=['https://source.unsplash.com/1920x1080/?nature,landscape','https://source.unsplash.com/1920x1080/?abstract,minimal','https://source.unsplash.com/1920x1080/?art,creative','https://source.unsplash.com/1920x1080/?sky,cloud','https://source.unsplash.com/1920x1080/?ocean,beach'];let currentIndex=0,bgLayers=[];function init(){const container=document.createElement('div');container.className='gmeek-bg-container';for(let i=0;i<2;i++){const layer=document.createElement('div');layer.className='gmeek-random-bg';container.appendChild(layer);bgLayers.push(layer)}document.body.insertBefore(container,document.body.firstChild);setTimeout(()=>switchBackground(),500);setInterval(switchBackground,15000)}function switchBackground(){const current=bgLayers[currentIndex%2],next=bgLayers[(currentIndex+1)%2],randomBg=bgImages[Math.floor(Math.random()*bgImages.length)]+'?t='+Date.now();const img=new Image;img.onload=function(){next.style.backgroundImage=`url('${randomBg}')`;setTimeout(()=>{next.classList.add('active');current.classList.remove('active')},100)};img.src=randomBg;currentIndex++}document.readyState==='loading'?document.addEventListener('DOMContentLoaded',init):init()})();