Posts

Showing posts from September, 2021

The Humble Beginning

 The project I've been waiting so long finally has begun. It's Escape Velocity, my first independant game. I've been doing a lot of coding stuff but they always fell short. Most of them didn't even make to the final version that I was satisfied of. My first coding experience was a Minecraft mod that I called Biotecraft. It involved using biotech in Minecraft that apparently nobody tried before. It's been a long time since so I don't have any piece of it left but I remember making semi-realistic selective breeding feature complete with gaussian distribution. I also made a energy system made of blood vessel and machines made from mob materials that uses sugar as energy source. There were a lot of complications about this one. The Minecraft Forge that I used to make the mod was moving from using interfaces to using dependency injection which is not very easy to understand for beginners. But I chugged along, frantically searching what does this even do. Eventually I...