Bryan King

Results 8 comments of Bryan King

@Klem3n I am interested in your work on this. Would you mind sharing your code?

Here are the functions I am using to generate random terrain in webcraft. You need to update the world.js file: world.js ``` // ========================================== // World container // // This...

I officially have world chunks working! ![Chunks](https://user-images.githubusercontent.com/16977307/168637931-690e29bb-2718-4020-acad-36a554bada92.JPG)

Going forward I will be adding all of the features back into this new chunking world including networking so each chunk can be stored in a separate world file. I...

@Klem3n would you mind sharing your chunking system code. I have tried and failed many times rendering the game unusable. I have managed to add perlin noise terrain generation, ore...

I have made adjustments to this recently when I started working on this again. I realize this is an old issue but i thought I would share. I have added...

You can define additional private variable to each block in blocks.js. Because they are private items you will need to have functions to export and import the text modifications. But...

You would modify server.js to handle serving data to all clients, player.js for hover functions, and multiplayer.html for chat commands.