@JBYT27 kanye 1.3521° N, 103.8198° E
@JBYT27 kanye 1.3521° N, 103.8198° E
@JRStudios4 From who?
@tussiez Not copied check the post ^
@Unzor Thank you for correcting your mistake
@theodenB Are you talking to me? Because I programmed this whole thing from scratch. No code was copied.
@tussiez VERY helpful.
@Baconman321 Yea I was wondering what he was talking about when he said cookie.
This should get more upvotes
@JRStudios4 Can you maybe send me an MDN article or something on this cookie you speak of?
@JRStudios4 I am only on my 4th month, so you just wait!
@JRStudios4 Explain the speed?
@JRStudios4 I NEED to know how it is that fast. Also, how long did it take and what 3D rendering library are you using?
@sojs Here is pretty cool proxy https://repl.it/@lilpeen/stuff?lite=true&outputonly=1 I didn't make it though
@sojs World gen is amazing though
@Baconman321 @tussiez The slownessof this comment section is killing me!! Use the chat file in the repl I shared!!
@tussiez Same time-zone eastern standard time. I can research webworker myself it's fine but thank you.
@tussiez Yes chromebooks are slow. You are definately doing better than me on performance, especially with block destruction.
@tussiez I can share it with you too if you want to check out the code.
@Baconman321 World generation is great! Just need to fix the fact that you can walk through half slabs. Also, it may be a good idea to draw text to the canvas instead of in HTML elements because it's faster. Or at least disable highlighting for a better user experience. Just add another canvas right on top of the other one. All of the DOM events will go right through to the lower canvas. And what 3D rendering library are you using? I am using ThreeJS.
@Baconman321 Thanks! May I have a link to your Minecraft?
@ElijahNarvaez The code? If so, I can try explaining the basics of how it works.
@JosephLaRose You are able to place blocks but I may start working on block collection.
@JULIODIAZ1 I will start work on that immediately.
@Battledash2 Read 5 minutes of this and you will immediately change your mind. CSS transformations are way to laggy to do anything, there are way less resources than WebGL, and it is a lot harder to make a game with it. Here is a simple version of Minecraft that I made using ThreeJS and here is something to help with animations.
@Leroy01010 What is it???
I am planning on making my own multiplayer game and have a question;
are you handling user input client-side or server-side? When a player presses "W" for example, is it processed on their computer, or is it sent to the server for processing?
@JULIODIAZ1 It's fine.
@JULIODIAZ1 Usually seeds are only used to create worlds, not the other way around. Think of seeds like a hashing algorithm, they can not be reversed. Also, I don't think there is any way to store 3 dimensional block positions in any better overall way than 3 dimensional arrays. Some may be more efficient, but the current way can be used easier in most cases.
@tussiez What I am looking for is a shortcut to search through all files, CTRL + F only searches through the current file.
@Willard21 Thanks!