#game-development
Read more stories on Hashnode
Articles with this tag
Time to improve the app. Here are the main features for this episode: show stability damage include stability damage and minimum range in the...
I wanted to add some functionality to the app, but for that I need a bit more data. So here are the changes I needed to do to the data...
Time to make our app a little more interactive. I added the following sliders: how much ammo to carry how much heat to compensate for how many double...
Let's start coding the app. For now I'll hardcode some static assumptions like: we don't care about crit damage we don't care about stability...
In previous episode I created data export for BATTLETECH weapons data. Before I get to writing the app, I need to import the data. package.json First,...
OK, let's make an interactive visualization of the BATTLETECH weapons data. The way I usually do them is: Ruby program to go over game data,...