Friday, April 22, 2016
Unity 3d terrain
Tuesday, April 5, 2016
Continuing with Unity
I came up with an idea for a simple game using mostly the sample assets. I created a red crate using the pink crate. Then I made a prefab called a finish zone. Pushing the red crate into the finish zone gets you to the next level.
I made a couple other robots that walk back and forth between barriers or edges. One is blue and doesn't hurt you. The other one is red and kills you if you touch it.
With those pieces I made a few levels. I'm thinking of changing the graphics and turning it into a kids game.
It is pretty cool how simple it is to get a complete game. I also made a simple menu. One thing I haven't figured out yet is a nice way to size the controls and menu items for different screens.
Where Will We Go With AI
As AI becomes a more powerful coding tool I could see it taking us in two directions. One would be more and more bad high level code that ...
-
Some Android applications use space on your Google Drive to store data. You can't see this data by browsing drive the normal way. You ...
-
I recently migrated a site from Magento 1 to Magento 2. The product image thumbnails work differently in Magento 2. In Magento 2 they use ...
-
Here is another small JS project that I built quite a few years ago. It was basically just an exploration of the canvas tag, which was some...