I Tried Making a 3D MMORPG Game in JavaScript

  Рет қаралды 597,727

SimonDev

SimonDev

3 жыл бұрын

I tried to build a 3D MMORPG (ie. World of Warcraft clone) in this project.
Support me on:
Patreon: / simondevyt
Follow me on:
Twitter: / iced_coffee_dev
Instagram: / beer_and_code
Github: github.com/simondevyoutube/
Here I tried to build a 3D MMORPG, completely from scratch in JavaScript/Three.js/Node.js. I'm not a networking expert, pretty far from it, but I make a stab at it. I took a bunch of code from previous tutorials, like the rpg game we build earlier, threw in some free assets, procedural terrain, and built a node.js backend for the whole thing. The code could server as a nice starting point for someone looking to build a larger project out of it.
The goal of this was to mash together a bunch of elements to get a mmorpg skeleton, using just JavaScript and node.js. All of the bits and pieces of a working mmo should be there, there's some basic inventory and items, stats, fighting, movement, chat, and a world full of npc's. Hopefully from this, you should be able to understand how to use Three.js and node.js to build out this kind of project and build your own multiplayer games.
What I'll cover:
* Getting a basic websocket connection going
* Starting a node.js server
* Sharing code between server and client
* Hacking three.js shaders to inject new fragments
* Adding chat
* Supporting multiple players
* Supporting thousands of npc's
Like always, full source is available, just check the github repo. Go ahead and do whatever you want with it.
References:
mmotidbits.com/2011/03/09/why...
www.ibm.com/developerworks/li...
opengameart.org/content/smoke...
www.donmccurdy.com/2017/11/06...
developer.valvesoftware.com/w...
www.gamasutra.com/view/featur...

Пікірлер: 1 000
@simondev758
@simondev758 3 жыл бұрын
Have you found my videos helpful or useful? Support me with a coffee/beer on Patreon: www.patreon.com/simondevyt
@jmddotfm
@jmddotfm 3 жыл бұрын
Awesome stuff once again Simon, just added you to my Patreon list. Since you worked on Prototype, any chance of doing some procedural or otherwise city type stuff? Cheers!
@simondev758
@simondev758 3 жыл бұрын
Awesome, thank you! I've had procedural city stuff on my list forever, I'd love to take a stab there. IIRC Prototype didn't do any runtime procedural stuff with the city, it was all hand placed. The builds were kinda procedural, but as part of the art pipeline.
@wolfhide4488
@wolfhide4488 3 жыл бұрын
Keep up the work and maybe you will have a good mmo.
@abeelha1671
@abeelha1671 2 жыл бұрын
if i had mney.....
@covertsuperxxx1285
@covertsuperxxx1285 8 ай бұрын
I only support videos that do a walk through you always start in the middle of something on ALL your videos so NO I wont be supporting you if you make a video from start to finish then hit me up.
@slavi8433
@slavi8433 2 жыл бұрын
dreamworld developers be like: holy shit this probably took years
@BoneFrossil
@BoneFrossil 2 жыл бұрын
Best comment of the day
@gg_gabriel_99
@gg_gabriel_99 Жыл бұрын
Please refrain from using that blasphemous phrase
@treelineresearch3387
@treelineresearch3387 3 жыл бұрын
> CORS error > "I'm a little ashamed of how long that took" Oh how I know this feel.
@dorobokino
@dorobokino 2 жыл бұрын
This literally happened to me a few days ago, lolol
@broomybroomybroomy
@broomybroomybroomy 2 жыл бұрын
Not alone…
@tommymaher4166
@tommymaher4166 2 жыл бұрын
Oh this hit me in the feels
@Whiteseal222
@Whiteseal222 2 жыл бұрын
not to mention the 20 stack overflow tabs lol
@GoAwayStupidAI
@GoAwayStupidAI 2 жыл бұрын
Despite having to handle CORs in many projects: every time it's a challenge
@simpleprogramming4671
@simpleprogramming4671 3 жыл бұрын
Dude what you are doing is another level of JavaScript which makes all the other channels dwarves.
@simondev758
@simondev758 3 жыл бұрын
ty
@metagen77
@metagen77 3 жыл бұрын
@@simondev758 Can't take long for this channel to explode in popularity. Let's try and help it along. Cool new MINECRAFT video you made there btw!
@metagen77
@metagen77 3 жыл бұрын
Yeah we even got some scam spam going! Picking up steam
@briananon5506
@briananon5506 3 жыл бұрын
I love how this kicked off, let’s make WoW in JavaScript.
@abdouseck4894
@abdouseck4894 3 жыл бұрын
@@metagen77 true
@umadbroyo2388
@umadbroyo2388 2 жыл бұрын
"I will choose the less clever way because its easier" Basically my programming journey...
@wohnathanjick3015
@wohnathanjick3015 2 жыл бұрын
1 dude makes this in one week and actually looks decent for what it is, Dreamworld: *Starts to sweat*
@Teckus3
@Teckus3 3 жыл бұрын
Big game dev firm: "Creating an MMO is the hardest thing a game dev can do" SimonDev: "Hold my beer"
@simondev758
@simondev758 3 жыл бұрын
Wait, I need that beer for while I code. Give it back.
@dieg0te874
@dieg0te874 3 жыл бұрын
@@simondev758 hahahaha
@Etienne_H
@Etienne_H 3 жыл бұрын
I mean this is barebones as can be… in a big firm you would also have a full fledged CMS, security features, proper menus, UIX, etc etc all expensive cause time consuming…
@PHeMoX
@PHeMoX 2 жыл бұрын
@@Etienne_H Yes, security implementation and user account management alone can self-destruct an entire game project. Even when made by 'big name' companies. Apparently Blizzard's project Titan was total crap when it came to this. Not to mention how project Titan always looked kind of like trash in terms of art direction and game design anyway. But it might be unfair to judge a completely unfinished game.
@Ahov
@Ahov Жыл бұрын
@@PHeMoX Obfuscation in the code in Rift caused it to run like absolute dogshit. Graphics were still amazing for the time and hold up well, but Trion's security implementations ruined the performance of the game and caused so many people to quit. Very important to get it right.
@insertcalamity7961
@insertcalamity7961 3 жыл бұрын
When you gonna release your game you've been hiding that's gonna be the wow killer
@simondev758
@simondev758 3 жыл бұрын
It's coming along, just need to design it.
@muajin
@muajin 3 жыл бұрын
The 2 idiots at dreamworld should take notes from this guy, fo real!
@tada103ify
@tada103ify 2 жыл бұрын
@@muajin 5 minutes into the video it was more complete than dreamworld
@muajin
@muajin 2 жыл бұрын
@@tada103ify Heck yea!! At least his vid had combat with mobs, stats and a character avatar. Dreamworld is just pitiful...
@InSTALINg666
@InSTALINg666 2 жыл бұрын
How his game can kill a dead game?
@Nebulaoblivion
@Nebulaoblivion Жыл бұрын
Ive seen a couple videos of yours now, and I’m honestly blown away by what you can accomplish in Javascript. Really cool videos, thank you for sharing them!
@casualrich-lifeiseasy4921
@casualrich-lifeiseasy4921 3 жыл бұрын
Not a fan of praising, but man. You need to upload more, your approach to the code is so cool. You make it seem that even not knowing something is not a problem. As a junior, i can totally say that you are my biggest inspiration ❤
@simondev758
@simondev758 3 жыл бұрын
20 years, most of it in games or at Google. I barely know anything.
@casualrich-lifeiseasy4921
@casualrich-lifeiseasy4921 3 жыл бұрын
@@simondev758 One person definitely can't know anything, but your approach to the problem and working around things that you already know is what makes you special. That's the thing. Many junior devs or programmers just follow the rules instead of making their own approach. No need to climb the tree for an apple, when you can look around and find a branch with an apple that you can easily reach
@AdmiralDro
@AdmiralDro 3 жыл бұрын
“Not a fan of praising” lol what ??? Who cares, just praise someone if they are deserving of praise. And Simon is worthy of praise so I’m glad you did
@sssswerth5323
@sssswerth5323 2 жыл бұрын
Never heard someone say "not a fan of praising"
@mercster
@mercster 2 жыл бұрын
You probably misunderstand. This guy, while not knowing exactly how to do something, *knows how to find out*. He has a wealth of core understandings that make evaluating and choosing solutions easier. That is his true skill... and it can only come from years of experience.
@egretfx
@egretfx 3 жыл бұрын
You are one hell of a JavaScript developer” dont let anyone tell you otherwise!!! Insane!!🔥
@oscarguzman6440
@oscarguzman6440 2 жыл бұрын
This man really said "I don't really know how to make an rpgmmo, but here we go" and makes an rpgmmo
@HakiYikio
@HakiYikio 3 жыл бұрын
This is just AWESOME ! I'm looking forward into JS Game dev, this video makes me believe in myself and wanting to push myself far enough to be able to do what you have done so far
@enijar
@enijar 3 жыл бұрын
I love your videos. They're another level above what's on KZbin. You really go deeper that any other KZbin dev I follow and it's really enjoyable to watch. Thanks for making these videos!
@simondev758
@simondev758 3 жыл бұрын
No worries, glad to have you around! Let me know if you have suggestions as well
@avsync-live
@avsync-live 3 жыл бұрын
Very captivating to watch these "build in one-week" type videos, where every feature is a huge step forward.
@jordanbobadilla983
@jordanbobadilla983 2 жыл бұрын
I’m so glad I found your channel!! What you’re doing with JavaScript is top tier!! I’ll start learning three.js!! Thank you so much for your knowledge!!
@PunkFiddler
@PunkFiddler 3 жыл бұрын
wow. i like how each video is a part of something grand. i first thought the first few videos were just random let's code in js but then again, it all leads to building an MMORPG. good stuff.
@andrazvene7004
@andrazvene7004 3 жыл бұрын
Indeed, I love this part of it all. Not just teaching us random stuff, but also examples on how to put it all together.
@simondev758
@simondev758 3 жыл бұрын
Thanks! Yeah the smaller ones are all part of what i would consider more fundamental knowledge, but showing you how to tie it together helps ground it, at least that's the thought.
@erz3030
@erz3030 3 жыл бұрын
I loved watching this little demo come together, really cool stuff! Also I enjoyed your dry sense of humor :)
@hellmid8636
@hellmid8636 3 жыл бұрын
Imagine chronicles of eleria needed 8 million to make a game like this.
@perseusarkouda
@perseusarkouda 2 жыл бұрын
They wish they had something like this
@fighterwho
@fighterwho 2 жыл бұрын
Tey needed 8 million to pay their own wages to f*** around and make some half assed shit... lol
@Lahmacunmatik
@Lahmacunmatik 2 жыл бұрын
It wasn't even a game, but a 3d video showcase.
@zeektm1762
@zeektm1762 2 жыл бұрын
*Hides 200$ pledge I made when I was 13* It’s in the past.
@ThatCatfulCat
@ThatCatfulCat 2 жыл бұрын
@@zeektm1762 I bought Cube World Alpha so don't feel so bad
@kosnk
@kosnk 3 жыл бұрын
An amazing MMO with a glorious chatbox, Simon! :) As always, thanks for sharing the great work! Especially for leaving the "it didn't go well at first" moments: I can very much relate to those.
@simondev758
@simondev758 3 жыл бұрын
Hah yeah, every project I make is riddled with those kind of moments.
@Sight3D
@Sight3D 3 жыл бұрын
Wow, amazing. Being a software developer and seeing what you do is just astonishing.
@TimothySmithDev
@TimothySmithDev 3 жыл бұрын
I've been programming for 10 years..... And I'd give anything to have your level of talent. Excellent work
@LewisCowles
@LewisCowles 3 жыл бұрын
Time... That is what we must all sacrifice, as well as likely money and emotions too. I've been coding for 20 years and have worked on multiplayer and MMO tooling and some server scripts. I've never encountered one human that has so much of it in their head at once.
@LetsDrawDragons
@LetsDrawDragons 3 жыл бұрын
@@LewisCowles why dont you make yt Videos
@marcuspvxea
@marcuspvxea 3 жыл бұрын
@@LewisCowles It's not time, its dedicating yourself to something you find fun. i can easily put a weekend into 17 hours a day and its sudddenly monday.
@Mighteyes
@Mighteyes 3 жыл бұрын
Brilliant work, seriously. Very impressed that you managed to create this in a week.
@buttforce4208
@buttforce4208 3 жыл бұрын
Your videos are incredible man, thanks for putting them out there. Hope you keep it up!
@TheHeadlets
@TheHeadlets 3 жыл бұрын
This deserves way more attention for how high quality it is. Super interesting, thanks for the video!
@simondev758
@simondev758 3 жыл бұрын
Glad you liked it!
@supermonkeywtf09
@supermonkeywtf09 3 жыл бұрын
More quality content, excellent work Simon! I can't say enough how great it is to see work like this presented so clearly and referenced so well. This is easily on par or surpassing the likes of Sebastian Lague's work, and it is definitely much more approachable. Keep it up!
@simondev758
@simondev758 3 жыл бұрын
Thx! Sebastian's work sets a high bar
@iMistTheVoices
@iMistTheVoices 3 жыл бұрын
Amazingly impressed. I wanted to make a mmorpg of my own but this genuinely just showed me that I don’t have the dedication
@USBPixel
@USBPixel 2 жыл бұрын
awesome to see how you combined things from different tutorials to a somewhat big project and made it all work.
@bijianwu5124
@bijianwu5124 2 жыл бұрын
thank you for spending time creating the game and sharing it with others. appreciated.
@goncalopereiradev
@goncalopereiradev 3 жыл бұрын
Excellent! So glad you post content like this!
@simondev758
@simondev758 3 жыл бұрын
no worries, glad you enjoyed it!
@DanielPalov
@DanielPalov 2 жыл бұрын
This is very impressive given the timeframe and all the challenges you faced. Great job!
@caglartufan5595
@caglartufan5595 2 жыл бұрын
This is an awesome experience and brief introduction to networking for games!
@krazybubbler
@krazybubbler 3 жыл бұрын
Again awesome content Simon! Thanks for all your efforts.
@simondev758
@simondev758 3 жыл бұрын
np, happy that you're enjoying it!
@zettour.
@zettour. 2 жыл бұрын
Man, the game isn't even out yet and there's already speed hackers.
@blundy1
@blundy1 3 жыл бұрын
This is a very interesting project. I can't wait to see what you come up with.
@CarlosWong54
@CarlosWong54 Жыл бұрын
Thank you for the work you put out! I like your video style!
@roarkisaacs5326
@roarkisaacs5326 3 жыл бұрын
Great exercise! Appreciate the effort! Enjoyed the login screen as well!
@simondev758
@simondev758 3 жыл бұрын
I had another version where I tried to remake the scene using lego and some action figures
@felleg4737
@felleg4737 3 жыл бұрын
legendary content again, and the fact that you code it in JS is humiliating. I started coding since covid, so I hope I can come back to this video after a couple of years and understand it deeper. I wish you did an introduction or a pre-career-overview video, maybe it would be too boulevard content comparing to your other godlevel videos, but I would watch it..
@simondev758
@simondev758 3 жыл бұрын
Yeah I've been thinking about doing one, still figuring out how I want to do that
@stickguy9109
@stickguy9109 3 жыл бұрын
Respect bro. I also started coding during quarantine. I was bored, so i googled how to make games and everything started from there.
@ismaeldeleija8165
@ismaeldeleija8165 3 жыл бұрын
incredible, you are an inspiration and also you are an excelent narrator
@thornfrederiksen8437
@thornfrederiksen8437 3 жыл бұрын
What a dope vid man. BIG RESPECT!
@hamzzashaffi
@hamzzashaffi 3 жыл бұрын
Great as always! Thank you, Simon! :)
@simondev758
@simondev758 3 жыл бұрын
My pleasure!
@lennyvanriel1660
@lennyvanriel1660 3 жыл бұрын
I knew I wasn't the only one who uses 'Bob' for my user-placeholder when programming XD
@simondev758
@simondev758 3 жыл бұрын
lol I have no idea why it's the goto name
@rossmc92
@rossmc92 3 жыл бұрын
I use Bob Cobb personally.
@user-ld7mt9bx9q
@user-ld7mt9bx9q 3 жыл бұрын
I use bob for everything too
@MoMitzi
@MoMitzi 3 жыл бұрын
Don’t forget Alice
@Rudy_YT
@Rudy_YT 3 жыл бұрын
John Doe
@Waffel136
@Waffel136 3 жыл бұрын
I love them monotone, but funny as hell comments in-between. Like, when describing "there are these two monsters that look like this and that... i took both" :'D really enjoyed this video :)
@octaviusvanzandt3695
@octaviusvanzandt3695 2 жыл бұрын
Super cool. I'm psyched you are doing this. As a developer that has played minecraft and runescape I've always thought it would be cool to build some kind of MMORPG in javascript (though I'm not yet a JS dev).
@eddyz3874
@eddyz3874 2 жыл бұрын
hey, you did more in a week, than "dreamworld" in several month with a 70k kickstarter campaign :D. Great Job
@LuBre
@LuBre 2 жыл бұрын
This is a perfect example for the "Draw the fucking owl" meme.
@tamillis-menth
@tamillis-menth 2 жыл бұрын
"Just googled socket.js and wrote the fucking server." I swear, that's what he said
@kerel995
@kerel995 2 жыл бұрын
Simon, you are a pearl in this ocean. People actually doing work are so rare. It is easy to record yourself with a cup of coffee and some game titles behind your back while saying what you think about this or that. If youtube was full of people like you, ubiversities around the wolrd would already be disappearing.
@michaelm8044
@michaelm8044 2 жыл бұрын
That green hand effect is something else. Hell yeah, I love it!
@realspicye
@realspicye 3 жыл бұрын
You make it look so easy, it is inspiring
@simondev758
@simondev758 3 жыл бұрын
thx!
@eballer48
@eballer48 3 жыл бұрын
Single handily giving young creators all the resources they'd need to create an mmo, tysm.
@simondev758
@simondev758 3 жыл бұрын
It would be really cool to see someone take my work and build something
@Klimawandel20
@Klimawandel20 3 жыл бұрын
@@simondev758 I am having problems with generating all the node_modules from the package-lock.json. do you know how this works?
@AnthonyKosky
@AnthonyKosky 2 жыл бұрын
Nice work, great video. Thank you for walking through this. :)
@pmmbb3344
@pmmbb3344 3 жыл бұрын
JS rocks, and you SimonDev, rock too - it's truly impressive (one week!), yayy!
@isaipack
@isaipack 3 жыл бұрын
Wtf man, i don't even know this was JS possible. Great job, i'll dig up your files and learn this for sure.
@Xcceler
@Xcceler 3 жыл бұрын
I was considering the same :p
@djudsod959
@djudsod959 3 жыл бұрын
Your projects are cool, always.
@simondev758
@simondev758 3 жыл бұрын
thx!
@denizorsel1029
@denizorsel1029 2 жыл бұрын
I believe the character blinking issue is related to camera position and its viewport distance related. Provided that you are one heck of a developer. Subbed and liked.
@dielabtec7882
@dielabtec7882 3 жыл бұрын
This was really great. Good job!
@Zadamanim
@Zadamanim 2 жыл бұрын
more promissing than dreamworld
@mirciulicasm
@mirciulicasm 3 жыл бұрын
Awesome video! Really impressive stuff, I enjoyed it. I really want to learn ThreeJS but coming from a frontend environment and some backend experience I have no idea where to start.
@simondev758
@simondev758 3 жыл бұрын
You can just head to threejs's website and start with their examples, that's what I did. I probably should be recommending you my own videos, so I also have beginner tutorials covering the basics, and these bigger ones just tie stuff together that I've mostly covered already.
@mirciulicasm
@mirciulicasm 3 жыл бұрын
@@simondev758 Thanks, I will look into yours aswell!
@clawxxchris
@clawxxchris 3 жыл бұрын
I just started a web development course recently and my next module is javascript and your video makes me SO STOKED to learn! Great job. This was so cool
@simondev758
@simondev758 3 жыл бұрын
Nice! I'm not actually a JS guy myself, kinda just screwing around here, but you can get a lot done in the language.
@richardg8376
@richardg8376 2 жыл бұрын
Just discovered your channel, and a great video! A couple of challenges you can come up with if you ever want to do future videos on the MMORPG project: - Optimising the data sent between server and client. Think quantization of location vectors, only sending data that has changed - Determining relevancy: only send information about entities to a client if they actually need to know about them. These will be crucial, or you'll quickly find that the networking solution won't scale to the hundreds of players you need for an actual MMO :-)
@coomercommander2554
@coomercommander2554 3 жыл бұрын
ah yes, this is the new triple A world of warcraft killer game i have been hearing so much about
@andrazvene7004
@andrazvene7004 3 жыл бұрын
Awesome vid as always! I was wondering, if you could make a video on how to structure code of a "more complex" game. Ideally for JS/not using an engine, but even if you could talk a bit more broadly about any experience using different structures would be super useful. I feel like you have so many specific topics & use cases here, but in my experience we all sooner or later fall into the "how can I make my code more modular & be able to reuse it better" situation, and some thoughts on this would be great! I.e. say using canvas/three.js, and there's a game that has tanks, projectiles, active skills and research upgrades that can affect various attributes of all those, is the best way to typically stick with classes/methods that describe data and functionality of each of those, or rather writing something more general i.e. an "attribute class" that you can then add/remove/adjust to each of the objects. Or another example, say I wanted to handle attach/handle animations to objects, add particle effects to them etc. - I.e. tank fires a shell, that creates a muzzle flash animation, and then hits another tank - should i.e. damage that shell deals be stored in it, or in the tank and the shell having a reference to it? Or going further, some best practices for creating UI more modularly, or in-game events/listeners etc. Sorry for a huge question again, but I just wanted to illustrate with a rough example - I know it is a broad topic and can vary from game to game, but a video on such a topic would be awesome!
@simondev758
@simondev758 3 жыл бұрын
Huge questions are great, and this is a really good one. I've been kicking around ideas for videos in that space, things that draw on more than just technical problems. I've added all your questions to my "ideas" doc. Give me some time to figure out how to present these kind of ideas, and in what format. I do want to tackle things that help everyone become more "rounded", so to speak.
@andrazvene7004
@andrazvene7004 3 жыл бұрын
@@simondev758 Sounds awesome, thank you! Whenever you can manage will be great (well ideally in 2021) - I know you're getting a ton of request, but tbh it's your fault you make great videos :P
@accumulator4825
@accumulator4825 4 ай бұрын
Incredible tutorials, thank you
@alexwalker8521
@alexwalker8521 2 жыл бұрын
This is awesome! Great job
@drewmcdonald4082
@drewmcdonald4082 3 жыл бұрын
This is awesome. That Entity Interpolation is the secret sauce.
@IljaDidDevs2
@IljaDidDevs2 3 жыл бұрын
So entertaining to watch you work through this, sick job!
@simondev758
@simondev758 3 жыл бұрын
Thanks! Glad you enjoyed it
@simplecastic
@simplecastic 2 жыл бұрын
inspiring to watch please make more
@thitherword
@thitherword 3 жыл бұрын
Brilliant video. I wish this was hours long.. Highly relaxing and informative. Nice to see some WoW, too.
@JDelwynn
@JDelwynn 3 жыл бұрын
If I ever make a Wild West game I'm casting you as the old prospector who gives life advice to the protagonist.
@SuryaTejaKarra
@SuryaTejaKarra 3 жыл бұрын
This video is highly underrated. needs more likes
@simondev758
@simondev758 3 жыл бұрын
Heh thx!
@ThomasBaxter
@ThomasBaxter 2 жыл бұрын
I have just started watching this, but: You madman! You true and crazy madman. All the best
@wissamfarhoud930
@wissamfarhoud930 2 жыл бұрын
"let me know what you thought" my man i didn't think, i just gawked and awed ... amazing work
@esmailkhorchaniarts1142
@esmailkhorchaniarts1142 2 жыл бұрын
This guy's js in on a whole different league
@SamiullahKhan
@SamiullahKhan 3 жыл бұрын
The game making is fun, you made it even more interesting with story telling way of making. I realized now MMORPG takes a while to build.
@simondev758
@simondev758 3 жыл бұрын
awesome, glad you enjoyed it
@sgtcarneiro
@sgtcarneiro 3 жыл бұрын
As a senior javascript developer myself this inspired me a lot. Thanks a lot :)
@guccidogwater3798
@guccidogwater3798 Жыл бұрын
ive been learning three.js and you are making very fun
@i2evielle
@i2evielle 2 жыл бұрын
As barebones as this is it is still leaps better than some of the MMOs covered in Josh Strife Hayes "Worst MMOs" series.
@GuRuGeorge03
@GuRuGeorge03 3 жыл бұрын
This is the kind of video that you watch as an up and coming programmer and you start to thinki that programming is nothing for you since u can't even do 1% of what this guy is capable of. But as a junior programmer myself I can guarantee to anyone that even with 0,1% of skill of this guy, you'll make a good income as a dev.
@simondev758
@simondev758 3 жыл бұрын
We were all junior developers at some point :)
@sanderp.1122
@sanderp.1122 3 жыл бұрын
Exactly what I was thinking
@viniciusschadeck4992
@viniciusschadeck4992 3 жыл бұрын
dude, i understand almost everything this guy did, and did myself those code... the logic is not problem to me, but deal with companies are, soo my income as a programmer and even job as a programmer is a fucking pain in the ass to me, even with a over average incomming from my skills (to work, because i use most of my free time playing and creating small game projects), time working with programming, are 10% higher than average programming income, but, i not had enought courage to drop from my job that i not like and try be a game dev in any level, i live into a country that work with games or even be unployed is really though yet
@riverdale7648
@riverdale7648 3 жыл бұрын
Thats pretty hilarious that anyone would think its nothing for them because they dont do something instead of thinking holy shit there are some fucking layers to this I can go to if I put the work in, which actually makes sense, instead of some defeatist attitude where you think that this guy was born with programming abilities and knowledge or w/e
@satypardus9273
@satypardus9273 3 жыл бұрын
I am programming for around 12 years now. In the past 5 years I made around 4500USD total. No idea what you guys are doing to get good income, nobody wants me cause I have no degree in actual programming, mathematics or what ever paper they want otherwise :D
@emanuelacosta2541
@emanuelacosta2541 2 жыл бұрын
Man. This thing you just made. I see you, and then I see myself struggling with typescript, and I'm completely ashamed. I need to git gud ASAP. Thanks a lot for your content. It really motivated me!
@UNKNWN96
@UNKNWN96 2 жыл бұрын
As someone aspiring to learn programming and want to take the dive into becoming a game dev, this video was so fun to watch!
@MikelisBaltruks
@MikelisBaltruks 3 жыл бұрын
"This guy blinks in and out of existance occasionally"- Aren't we all? :D
@simondev758
@simondev758 3 жыл бұрын
That's deep
@scottonanski4173
@scottonanski4173 3 жыл бұрын
I was like "Wow!" when I saw the spell casting effect. lol
@simondev758
@simondev758 3 жыл бұрын
hah, I figured I needed at least one not-terrible effect.
@Favourites669
@Favourites669 2 жыл бұрын
This is fantastic. I don't think I've ever clicked the Subscribe button faster. Amazing work here.
@cyanider
@cyanider Жыл бұрын
Dayum, finally i made it run on VS 2019 lol, got some knowledge of javascript but zero from NodeJS so i kinda peeled my knees there but made it run. Got some issue with the terrain menu but ill check it on later. Great work!
@NaiyoGames
@NaiyoGames 3 жыл бұрын
sorcerer is overpowered ! :p (thanks, great project !)
@simondev758
@simondev758 3 жыл бұрын
Next update, she's getting nerfed.
@daveycutz3356
@daveycutz3356 3 жыл бұрын
So this popped on my discover page. I’m no programmer, but man. After watching this i’m considering of learning it.
@simondev758
@simondev758 3 жыл бұрын
Thanks! I consider it a pretty huge win if I can get someone other than a programmer to set through this, heh.
@daveycutz3356
@daveycutz3356 3 жыл бұрын
@@simondev758 yeah! Definitely. And fun fact I did watch ALL the video without any understanding of programming and didn’t even fast forward it. Whoa!? 🤣
@TheShelfman
@TheShelfman 3 жыл бұрын
This is so sick! These are some things I didn't even consider were possible with javascript. Great video :D
@HipToBeeSquare
@HipToBeeSquare 2 жыл бұрын
This is incredible! Very inspiring!
@mark6302
@mark6302 2 жыл бұрын
Light years beyond Dreamworld
@tchp
@tchp 3 жыл бұрын
Thought this was madseasonshow for a second. You really sound like him! Amazing video, very inspiring.
@Martinit0
@Martinit0 14 күн бұрын
I love how you demonstrate that step 0 of achieving great things is to be fearless and confront the hairy monsters
@dmnkb
@dmnkb Жыл бұрын
Amazing stuff, really! Only thing that I'm kinda sad not being covered is the process of deploying the server. Other than that really an impressive compilation of all kinds of technological fields, each with it's own rabbit hole to go down! I subscribed!
@simondev758
@simondev758 Жыл бұрын
I'd like to revisit and take another run at this, and I'll make sure to add that.
@TrueComboKing
@TrueComboKing 2 жыл бұрын
true story. when i was 9 i was addicted to runescape. i also thought coding was cool AF and i wanted to make my own game. Found out about private servers. Learned how to download a default one and basically become God in it. Learned some basic code and implemented it into my private server and then opened it up to people. I was so damn proud. I had a total of twelve people playing. What was different from the original? All I did was buff xp and loot drops. It sucked. It wasn’t too exciting. I was proud as fudge though adjusting a line of code.
@SulthanMuhammad
@SulthanMuhammad 2 жыл бұрын
rs3 ftw
@stranger.granger
@stranger.granger 3 жыл бұрын
I dont know how long this project took, but you surpassed the development of Chronicles of Elyria halfway through the video.
@mattmmilli8287
@mattmmilli8287 3 жыл бұрын
Haha
@gamerzero6085
@gamerzero6085 2 жыл бұрын
he said it took him a week
@greatdragon_nns
@greatdragon_nns 2 жыл бұрын
Great work man!
@jespermansson8077
@jespermansson8077 3 жыл бұрын
Love this! Been wanting to make my own rpg
@iaros.h
@iaros.h 3 жыл бұрын
I can see some solid work done here. The only thing I'd like to ask about is what were arguments for making it in JS? I mean you're a pro and I wonder what made you considering to invest so much time in learning JS ecosystem. I am subscribed for more :)
@simondev758
@simondev758 3 жыл бұрын
I'm just doing this in my spare time, invested about 0 time in learning JS itself. What I find fun is learning concepts and new approaches, and JS makes it easy to quickly try out an implementation. I could just do this all in C++, but it would take longer.
@iaros.h
@iaros.h 3 жыл бұрын
@@simondev758 so I can think about it as a time-to-implement-a-feature factor, right? I'm curious if there a place for JS to become a major tool in making modern 3d games running in the browser. I think it would mostly depend on how JS to WebAssembly relations will evolve and what would be a cap price for the 5G internet on the market, but these are just my thoughts. Thank you for replying.
@simondev758
@simondev758 3 жыл бұрын
@@iaros.h Yeah I'd agree, I mean not every game absolutely has to have the max performance that something like C++ offers. Development time, features, those all factor in. If JS is the right match, why not? I'm kinda curious if it can scale to that, which it seems like it can.
@VivekNine
@VivekNine 3 жыл бұрын
This is some serious talent. You should throw this up on Google App Engine so people can play it.
@cmcdonough2
@cmcdonough2 3 жыл бұрын
That was epic. Thank you for sharing your knowledge.
@simondev758
@simondev758 3 жыл бұрын
np!
@algha7617
@algha7617 3 жыл бұрын
Woah. No words that this is incredible
I made an EVEN BETTER Minecraft
12:30
SimonDev
Рет қаралды 316 М.
I Tried to Make Star Wars Battlefront II in JavaScript
13:32
SimonDev
Рет қаралды 118 М.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4 МЛН
ONE MORE SUBSCRIBER FOR 4 MILLION!
00:28
Horror Skunx
Рет қаралды 58 МЛН
Mini Jelly Cake 🎂
00:50
Mr. Clabik
Рет қаралды 13 МЛН
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42
How Games Have Worked for 30 Years to Do Less Work
23:40
SimonDev
Рет қаралды 1,2 МЛН
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 755 М.
How Quake Failed their way to Success
21:51
SimonDev
Рет қаралды 110 М.
How Big Budget AAA Games Render Bloom
13:23
SimonDev
Рет қаралды 103 М.
I've Secretly Been Working on an MMORPG
10:57
Goodgis
Рет қаралды 315 М.
6 Months of Learning JavaScript Game Dev in 6 Minutes
6:35
Suboptimal Engineer
Рет қаралды 109 М.
Making The World's Most Expensive MMO
24:19
The Spiffing Brit
Рет қаралды 1,1 МЛН
Spatial Hash Grids & Tales from Game Development
19:08
SimonDev
Рет қаралды 109 М.
How Big Budget AAA Games Render Clouds
10:45
SimonDev
Рет қаралды 250 М.
🤯Самая КРУТАЯ Функция #shorts
0:58
YOLODROID
Рет қаралды 2,2 МЛН
Subscribe for more!! #procreate #logoanimation #roblox
0:11
Animations by danny
Рет қаралды 3,8 МЛН
phone charge game #viral #tranding #new #reels
0:18
YODHA GAMING RAAS
Рет қаралды 9 МЛН