Notch Coding Minicraft [PART 1/7]

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 215

  • @stackercoding2054
    @stackercoding2054 3 года назад +640

    this man was just vibing coding with background music without knowing he was about to be a billionaire in a few years

    • @robatortas_
      @robatortas_ 3 года назад +26

      Well, he was getting a lot of money. But yeah, crazy to think he would be a billionaire in 2014 out of nowhere!

    • @WatercraftGames
      @WatercraftGames 11 месяцев назад +1

      @@robatortas_ he probably imagined it once Minecraft became popular enough (maybe 2012)

    • @DeLewrh
      @DeLewrh 11 месяцев назад +29

      This is Minicraft not Minecraft

    • @reallouna
      @reallouna 5 месяцев назад +2

      @@DeLewrh But that's the same dev

    • @Sirbozo
      @Sirbozo 5 месяцев назад +1

      YEA

  • @vinijoncrafts2882
    @vinijoncrafts2882 8 месяцев назад +284

    Imagine that maybe, if he wasn't listening to music the entire way through coding, Minecraft could be a completely different game

    • @Sirbozo
      @Sirbozo 5 месяцев назад +2

      yea

    • @TheDrumstickEmpire
      @TheDrumstickEmpire 4 месяца назад +29

      This… isn’t minecraft 👀

    • @cirkulx
      @cirkulx 4 месяца назад +16

      minicraft isnt minecraft

    • @vadiks20032
      @vadiks20032 3 месяца назад +1

      i think he didnt expect it to blow up to be so big

    • @VideosViraisVirais-dc7nx
      @VideosViraisVirais-dc7nx 18 дней назад +1

      He could be dead. Since the music is only the reason many programmers don't make that think...

  • @GoggoWombo
    @GoggoWombo 15 дней назад +48

    I love how most of the comments here seem to think that he's coding Minecraft

  • @Testbot379
    @Testbot379 17 дней назад +77

    Dude just casually made minecraft as if it was a coding challenge

    • @KUNUx1
      @KUNUx1 15 дней назад

      Minecraft was very simple when it started

    • @Adriano-il3gx
      @Adriano-il3gx 15 дней назад +13

      This is not the first Minecraft code, this was a stream that took place in December 2011, Notch had already created Minecraft long before, in May 2009

    • @youngtidepod3507
      @youngtidepod3507 14 дней назад

      @@Adriano-il3gxwhat is this steam ab then?

    • @Nathan-1
      @Nathan-1 14 дней назад

      ​@@youngtidepod3507Minicraft, not Minecraft

    • @IosebiGames
      @IosebiGames 7 дней назад

      It is minicraft and not minecraft

  • @DarkPlaysThings
    @DarkPlaysThings 4 года назад +95

    Oh nice, you trimmed the looping from the start and split the streams up more. Much easier to watch now, thanks!

  • @skvader4187
    @skvader4187 2 года назад +99

    "Alone is a bad theme" notch let me tell you that ludum dare themes haven't got any better

  • @aksHandler
    @aksHandler Год назад +57

    Perfect song for a coding live stream.

  • @nobodyspecial1553
    @nobodyspecial1553 4 года назад +85

    The interesting thing with Notch's padding problem around 1:14:00, is that if you do 'frame.setResizable' before 'frame.pack' it fixes it, at least in my experience. I've had the same problem before and I really don't know why that works, but it did for me.

    • @DarkPlaysThings
      @DarkPlaysThings 3 года назад +17

      The actual fix in this case is to change g.drawImage(image, 0, 0, WIDTH * 3, HEIGHT * 3, null) to g.drawImage(image, 0, 0, getWidth(), getHeight(), null). The problem with WIDTH * 3 and HEIGHT * 3 is that it doesn't account for the natural internal border of a JFrame, whereas getWidth() and getHeight() does, so it eliminates the padding issue.

    • @robatortas_
      @robatortas_ 3 года назад +4

      getWidth() and getHeight() make the frame adjust correctly with the BufferImage.
      And also putting the frame.'s in the correct order.

    • @Sirbozo
      @Sirbozo 4 месяца назад

      yeee

  • @jacobbell3745
    @jacobbell3745 4 года назад +79

    Is anyone else really tempted to program this entire thing?

    • @facundopirex6950
      @facundopirex6950 4 года назад +2

      Yep

    • @ew4956
      @ew4956 4 года назад

      Meeeeh

    • @galaxyhackers5259
      @galaxyhackers5259 4 года назад +4

      100 PERCENT IDK WHHYY

    • @DarkPlaysThings
      @DarkPlaysThings 3 года назад +9

      I did that a couple of years back. Certainly a fun challenge and a good and more engaging way of learning some more advanced Java techniques.

    • @Avryg00
      @Avryg00 3 года назад

      No

  • @cafelutsa_
    @cafelutsa_ 4 месяца назад +7

    I love how everyone thinks this is Minecraft

  • @OggieSutrisna
    @OggieSutrisna 3 года назад +20

    Why notch makes me nostalgic ?

  • @ddddddddddddddddddd6
    @ddddddddddddddddddd6 2 года назад +4

    My brains refusing to compilate that

  • @DougHigashi
    @DougHigashi 4 года назад +26

    I was searching for the livestream but he aparently deleted it
    thank god you posted it here

    • @DarkPlaysThings
      @DarkPlaysThings 3 года назад +9

      He didn't delete it. Twitch changed the way VODs work and now only VODs from up to 30 days ago are saved. Pretty dumb imo, but yeah, glad that there are re-uploads.

  • @JojoCoco_
    @JojoCoco_ 2 года назад +5

    Better than blasting alan walker music with a notepad

  • @matheustavares4597
    @matheustavares4597 3 года назад +20

    What I learned in tutorials, notch used the same thing that tutorials teach us.

  • @iamkabukii
    @iamkabukii 7 месяцев назад +5

    freaking playlist says he was coding minecraft

  • @KyleGarzon-gx3hd
    @KyleGarzon-gx3hd Год назад +6

    29:26 "Just too many frames a second" I think that's the last time someone said that
    (unless high frames cause a problem im unaware of)

    • @eduardomonteiro4212
      @eduardomonteiro4212 Год назад +13

      Limiting fps is important to limit cpu usage. If you don't limit fps any game will take up 100 % of the cpu

    • @haise47
      @haise47 16 дней назад

      In some instances too high frames per second can fuck up the physics and in-game time(see Fallout 4)

    • @gwennnnnnnnnnnn
      @gwennnnnnnnnnnn 15 дней назад +1

      @@haise47 isnt this just because the game engine theyre working with is old and physics is directly tied to how many frames per second the game is running at ?

  • @Jiomillan
    @Jiomillan 3 года назад +20

    thank you for sharing this my son now know coding

  • @brianbenson4761
    @brianbenson4761 4 года назад +8

    can hear --> Mefjus VS. Emperor - Imagination Festival 2014 | Drum and Bass

  • @simonk2036
    @simonk2036 14 дней назад +4

    Does anyone have the link to a playlist with the tracks?

  • @netsaosa4973
    @netsaosa4973 14 дней назад +1

    when is minecraft 2 coming out

  • @procrastinates
    @procrastinates 4 года назад +24

    Are ya coding son?

  • @judedavis92
    @judedavis92 3 года назад +9

    Had to enable invert colours because the light themes killed my eyes 😆

    • @victorhovmand8728
      @victorhovmand8728 3 года назад +6

      I like and use the Light theme☹️

    • @TheFuryBegun
      @TheFuryBegun 3 года назад

      @@victorhovmand8728 me too

    • @alvarohigino
      @alvarohigino 2 года назад +1

      @@victorhovmand8728 What kind of monster are you?!

  • @jorgesoto7991
    @jorgesoto7991 17 дней назад

    And there is where everything started, the cubed world and the first cube placed in the Minecraft World

  • @appiar8213
    @appiar8213 3 года назад +25

    How can someone be so fast at coding?

  • @lukasaleliunas4930
    @lukasaleliunas4930 3 года назад +11

    LOL, he typed so fast that for the moment I thought the video speed is increased.

    • @blastinnn
      @blastinnn 2 года назад

      Same lol I even checked

  • @letronix6243
    @letronix6243 2 года назад +3

    ooh notch uses eclipse!!

  • @alvarohigino
    @alvarohigino 2 года назад +19

    He is really fast at coding. And... how can someone use white theme?!

    • @skatemaster33
      @skatemaster33 Год назад +21

      white theme is fine stop complaining

    • @chonkydog6262
      @chonkydog6262 Год назад +4

      Because eclipse dark theme is even worse

    • @completelyhorny
      @completelyhorny Год назад

      @@chonkydog6262 +1 😆

    • @Sheir01
      @Sheir01 Год назад +11

      He isn't coding in his moms basement lol he's in an office with natural lights.

    • @HAAAAAAAAHHHHHH
      @HAAAAAAAAHHHHHH 11 месяцев назад

      he coded during the day thats why

  • @PK-we6vk
    @PK-we6vk 4 года назад +19

    I wish i could play the full version of this game on android.

    • @MikeHunt420
      @MikeHunt420 4 года назад

      you can

    • @PK-we6vk
      @PK-we6vk 4 года назад

      @@MikeHunt420 not the full version

    • @MikeHunt420
      @MikeHunt420 4 года назад

      @@PK-we6vk yes you can

    • @PK-we6vk
      @PK-we6vk 4 года назад

      @@MikeHunt420 really, how?

    • @MikeHunt420
      @MikeHunt420 4 года назад +1

      @@PK-we6vk virtual machine with java

  • @Oliver1463
    @Oliver1463 Месяц назад +2

    Did notch listened to these musics?

  • @VladiroskiVDK
    @VladiroskiVDK 2 года назад +1

    Amazing Black Screen!, Thats Really Cool
    -Markus "Notch" Persson 2011

  • @trains2664
    @trains2664 11 месяцев назад +9

    is this how to get billionare?

  • @MateSichinava
    @MateSichinava Месяц назад +1

    So he was coding on light theme. JUST HOW????

    • @Oliver1463
      @Oliver1463 Месяц назад

      Bro got the upgraded eyes

    • @ro0t3ntry
      @ro0t3ntry Месяц назад

      What about it?

    • @Oliver1463
      @Oliver1463 Месяц назад

      @@ro0t3ntry light theme hurts your eyes

    • @ro0t3ntry
      @ro0t3ntry Месяц назад

      @Oliver1463 Only if you have a high brightness display.

  • @elmitudou
    @elmitudou 4 месяца назад +2

    he's not coding MINECRAFT it's MINICRAFT.
    PLEASE PIN THIS SO NOBODY GETS CONFUSED

    • @JeLeff.
      @JeLeff. 2 месяца назад

      people have already said this, you don't need to get pinned

  • @Naitrio
    @Naitrio Год назад +1

    jesus christ i forgot about this song

    • @beanbitch-v8n
      @beanbitch-v8n 7 месяцев назад +2

      There are like 50 in this video

    • @Naitrio
      @Naitrio 7 месяцев назад +2

      @@beanbitch-v8n yeeeeaaaah. I meant the first song by lmfao.

    • @beanbitch-v8n
      @beanbitch-v8n 7 месяцев назад +2

      @@Naitrio lol

  • @RivenbladeS
    @RivenbladeS 9 месяцев назад +1

    He didnt code it from scratch lol. He modified the leaked code of the game and made it to minecraft

  • @jongxina3595
    @jongxina3595 17 дней назад

    Notch the GOAT

  • @d9kd9k
    @d9kd9k Год назад

    The other 6 videos are hidden.

  • @tumpperi3891
    @tumpperi3891 Год назад +6

    Interesting to notice that the success is not planned. It's better just to do things until something sticks... if it sticks :D

  • @RenderDragon
    @RenderDragon 2 года назад +10

    1:11:47 he has literally made a world border texture lol

    • @ddddddddddddddddddd6
      @ddddddddddddddddddd6 2 года назад +1

      now we are know a code of the minecraft world border

    • @ValuedValue
      @ValuedValue 5 месяцев назад

      @@ddddddddddddddddddd6 ???

  • @Cleacat
    @Cleacat 11 месяцев назад +1

    1:16:47 *Silence* "Oh minus"

  • @d0mi3000
    @d0mi3000 4 года назад +4

    thank you for this!

  • @Zaphiels
    @Zaphiels 4 года назад +3

    Eclipses its now plugin making and intelij idea

  • @naum7816
    @naum7816 4 года назад +4

    OLOKINHO MEU! Baixei este jogo alguns dias atrás.

  • @checksumsha1sum632
    @checksumsha1sum632 4 месяца назад +1

    Is really Notch the person in the video?

  • @Eyeguyoker
    @Eyeguyoker 4 года назад +2

    How about make the entire game

    • @gongiball
      @gongiball 4 года назад +1

      this is the first part out of 7. cant expect the entire game to be done in 2 hours

    • @judedavis92
      @judedavis92 3 года назад

      @@gongiball exactly what I was thinking. @StormZapGD is an idiot

    • @amphonios
      @amphonios 3 года назад

      @@judedavis92 You are mean

    • @judedavis92
      @judedavis92 3 года назад

      @@amphonios bruh be realistic, notch can’t code all of Minecraft in such a short time

    • @robatortas_
      @robatortas_ 3 года назад

      it's a game made in 48 hours for a game jam.

  • @watseraandehand
    @watseraandehand 18 дней назад

    1:16:49 hits hard 😎

  • @leitedesnatado4555
    @leitedesnatado4555 4 года назад +3

    SantaVsCtulhu

  • @letronix6243
    @letronix6243 2 года назад

    look at this speed

  • @greenbucket-tech
    @greenbucket-tech Год назад

    HUHHHH? Arround 1:19:30 he changed to read the icons.png. But when and how did he changed it????

  • @amazeangelogames3165
    @amazeangelogames3165 3 года назад

    how you even find this I think on twitch

    • @sunuy192
      @sunuy192 3 года назад

      twich changed their VODS, so the video got deleted

  • @skDuckAhmad
    @skDuckAhmad 3 года назад

    MiniCraft???

  • @yoda4834
    @yoda4834 2 года назад +3

    he be listening to good music

  • @JeLeff.
    @JeLeff. 2 месяца назад

    what is minicraft

    • @Oliver1463
      @Oliver1463 Месяц назад

      A top down 2d minecraft like game

  • @expres_plaiz2450
    @expres_plaiz2450 4 года назад +1

    what is minicraft i only know minecraft

    • @infinitytamil4651
      @infinitytamil4651 4 года назад +1

      Notch made another game called minicraft for Lundam Dare competition (make a game in 48 hr)

    • @robatortas_
      @robatortas_ 3 года назад

      Its for a game jam called Ludum Dare.

  • @parkerrex
    @parkerrex Год назад

    These playlists slap where do I find.

  • @davudozdemir8273
    @davudozdemir8273 Год назад

    where can i find the code ?

  • @carrotsandcats
    @carrotsandcats 3 года назад

    Thank you ;)

  • @DevNest7
    @DevNest7 11 месяцев назад

    Please make playlist of all his songs

  • @ThatOneAgarAgarioThePro
    @ThatOneAgarAgarioThePro 2 года назад +1

    Lovee it

  • @compreicigarro
    @compreicigarro 2 года назад

    wich ide you used?

    • @AntiShadman6969
      @AntiShadman6969 10 месяцев назад +1

      Wasn't it obvious enough on the upper left of the window?
      It's eclipse for java

  • @PolyEthylenTerephtalat
    @PolyEthylenTerephtalat 3 года назад

    Image just writing with him as recreating mc xD

    • @ryoto7692
      @ryoto7692 3 года назад

      @@sabhyasoni4485 minecraft*

  • @jannis11
    @jannis11 4 месяца назад

    NoIcE

  • @aquelejack
    @aquelejack 3 года назад +1

    22:47 music?

    • @LuxiusVT
      @LuxiusVT 4 месяца назад +1

      Almost all of the music is Noisia

  • @rusfamph631
    @rusfamph631 3 года назад +1

    22:26 blah blah blah blah blah

  • @Gerald-Farms
    @Gerald-Farms 3 года назад +1

    What did he use to make the game and witch version?

    • @robatortas_
      @robatortas_ 3 года назад +2

      Standard Java, with no external libraries. That means, no LWJGL. Just standard rendering techniques.

    • @beanbitch-v8n
      @beanbitch-v8n 7 месяцев назад

      The program in the video is Eclipse if that helps idk I’m not a coder idk how it works

  • @lune616
    @lune616 3 года назад

    What program notch use to code??

    • @derektan6987
      @derektan6987 3 года назад

      He seems to be using the Eclipse IDE.

    • @robatortas_
      @robatortas_ 3 года назад

      Eclipse IDE. It's primarily for Java code, but it also serves to code in Python, C++ and other languages.

    • @devoxerdo
      @devoxerdo 2 года назад

      @@robatortas_ not c# sometimes it makes me a bit bored to use visual studio.

  • @christopherrichardson5538
    @christopherrichardson5538 Год назад

    Would anybody know how to make this work with 16x16 tiles instead of 8x8?

  • @kartik_exe_
    @kartik_exe_ Год назад +3

    he is coding "MINICRAFT"

  • @Jallal70
    @Jallal70 22 дня назад

    nice

  • @lukasaleliunas4930
    @lukasaleliunas4930 3 года назад

    BS for BufferStrategy, LOL.

  • @fenrir2609
    @fenrir2609 3 года назад

    1:16:00

  • @stickfiguregang9331
    @stickfiguregang9331 3 года назад +1

    Can you burn the music off next time

  • @PixelMystifier
    @PixelMystifier 4 месяца назад

    hold up....HOLD UP THIS IS THE MINECRAFT SOURCE CODE

  • @DougHigashi
    @DougHigashi 4 года назад +3

    1:00:55 I cant get the screen to load the spritesheet icons.png
    For some reason it keeps giving me an java.lang.IllegalArgumentException, because it's not reading the sheet file :/
    Yes, I structured the project the same way Notch did, inside com/game/gfx and the sprites in the res folder

    • @idaxius_
      @idaxius_ 4 года назад +1

      You probably have not added the res folder to the actual path, so it's not reading the folder you have. If not, idk

    • @DougHigashi
      @DougHigashi 4 года назад

      @@idaxius_ How do I add the res folder to the project path? Sorry for the noobish question..

    • @DougHigashi
      @DougHigashi 4 года назад

      All I had to do was to right click the folder > Build Path > Use as Source Folder

    • @nathangames8744
      @nathangames8744 4 года назад

      Dont tell me you're actually making minecraft

    • @DougHigashi
      @DougHigashi 4 года назад

      @@nathangames8744 I am

  • @PrismFave
    @PrismFave 14 дней назад

    ai

  • @tertervouz
    @tertervouz 12 дней назад

    1:58:19 is this Undertale reference

  • @shahnajmanik6469
    @shahnajmanik6469 4 года назад +2

    The music is so annoying!!

    • @DarkPlaysThings
      @DarkPlaysThings 3 года назад

      It's what he was listening to. This was all streamed live a few years ago

  • @VarunDhullipalla
    @VarunDhullipalla 4 года назад +3

    The music is kind of annoying

    • @FLy1nRabBit
      @FLy1nRabBit 4 года назад +7

      It’s what he was listening too at the time

    • @neptunearchives642
      @neptunearchives642 4 года назад +1

      It's funky music not to me annoying

    • @boriscreativespace
      @boriscreativespace 4 года назад +2

      I love the musc

    • @robatortas_
      @robatortas_ 3 года назад +1

      I like it.

    • @Komeiji0401
      @Komeiji0401 2 года назад +1

      These were the type of songs back in 2011, so it was kind of nostalgic for some reason

  • @silsilyaolivia7289
    @silsilyaolivia7289 3 года назад +1

    eww windows 7

    • @robatortas_
      @robatortas_ 3 года назад +4

      I like it.

    • @ItzBeastyy_
      @ItzBeastyy_ 3 года назад +1

      ewwwwwww windows 10, 11

    • @VixentForce
      @VixentForce Год назад +2

      dont expect windows 10 or 11 in a livestream from 2011.

    • @desola7
      @desola7 11 месяцев назад +1