Making My First JavaScript Game with No Experience - Devlog

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 31

  • @Kofybrek
    @Kofybrek  2 วันที่ผ่านมา +2

    Check out WebStorm for free today: jb.gg/Check-out-WebStorm
    Create your games for FREE with Rider: jb.gg/Check-Out-Rider

  • @ilikecreeper331
    @ilikecreeper331 2 วันที่ผ่านมา +3

    4:58 As a dedicated smb1 speedrunner, i appreciate you being aware of the piranha plant hitbox lmao

  • @iamtheredstig
    @iamtheredstig 18 ชั่วโมงที่ผ่านมา

    3:20 for a moment I thought we were going to see the Java version of Steven... I suspect he's still there... hiding in the shadows... making unbelievable complex plans to take over your games 😂😂😂

  • @SuboptimalEng
    @SuboptimalEng วันที่ผ่านมา +2

    Kofybrek now making JS games? I’m cooked.

  • @soykiokin
    @soykiokin วันที่ผ่านมา +2

    I was getting depressed with bad content on TikTok till I saw this masterpiece

  • @rhubarb5297
    @rhubarb5297 2 วันที่ผ่านมา +2

    You are being active again, this is cool ^^

  • @HMT_main
    @HMT_main วันที่ผ่านมา +1

    Peoples: "I make game withh easy progrermer langerge!" *maker game wirth JerberScrimt" 😂😂😂

  • @ridhamsharma618
    @ridhamsharma618 วันที่ผ่านมา

    Have you ever given a thought about releasing games on steam?

    • @Kofybrek
      @Kofybrek  23 ชั่วโมงที่ผ่านมา

      I thought about it. But I'm only good at programming. Maybe if some gamedev needs a programmer, I can join them.

  • @mxsteri0
    @mxsteri0 วันที่ผ่านมา

    EVERYONE WAKE UP NEW KOFYBREK VIDEO

  • @spiderpig20
    @spiderpig20 2 วันที่ผ่านมา +2

    Hi Kofybrek ‼️‼️‼️

  • @Niro_MC
    @Niro_MC วันที่ผ่านมา +1

    gotta code em all

  • @n.m.6126
    @n.m.6126 วันที่ผ่านมา

    so excited that i can finally use rider instead of vs for my terrible unity games

  • @Cinarbayramic
    @Cinarbayramic 2 วันที่ผ่านมา

    Jetbrains is too heavy it takes like a second to open a window in clion

  • @sayankakalita7827
    @sayankakalita7827 2 วันที่ผ่านมา

    looks like someone is done fixing bugs

  • @edipedipbulmaz
    @edipedipbulmaz วันที่ผ่านมา

    2:42 thats the function identifier.
    these two are the same thing:
    function(event){}
    (event) => {}

    • @edipedipbulmaz
      @edipedipbulmaz วันที่ผ่านมา

      also you append a function to a variable with the equal sign which means you can call the variable name as if its a function (if you add a return statement at the end of the function you appended to it, it will instead return the value when you call the function, which is basic sense)

    • @Kofybrek
      @Kofybrek  วันที่ผ่านมา

      Thanks for the explanation!
      Is there a difference between them?

    • @edipedipbulmaz
      @edipedipbulmaz วันที่ผ่านมา

      @@Kofybrek between what? If you are asking the function identifier, they are both the same. the function() one is just more readable.
      About variable functions, it helps uglfying the code.

    • @AliceErishech
      @AliceErishech วันที่ผ่านมา

      @@edipedipbulmaz There is one difference between them that I'm aware, though I forget which is which off the top of my head. The two different methods of creating a function treat the "this" keyword differently.

    • @edipedipbulmaz
      @edipedipbulmaz วันที่ผ่านมา

      @@AliceErishech I tried it in w3schools, and got "undefined" while using => meanwhile using function() gave me a proper result.

  • @chimichuflis
    @chimichuflis 2 วันที่ผ่านมา

    the main problem i have with javascript is controls, im working on a decent controls module since forever lol

  • @ProjectMarzDev
    @ProjectMarzDev 2 วันที่ผ่านมา +1

    HALLO

  • @AttyPatty3
    @AttyPatty3 2 วันที่ผ่านมา +2

    Yooo! I am soo early

  • @tobisdev
    @tobisdev วันที่ผ่านมา

    Poor guy switched from C++ to Java Script. This is going to be his downfall😂

  • @ilikecreeper331
    @ilikecreeper331 2 วันที่ผ่านมา

    4 minutes ago 24 views damn
    I'm so early this time

  • @baptFulbion
    @baptFulbion 2 วันที่ผ่านมา

    Noice game, but i'm not a big fan of js 😂😂

  • @maxwins112
    @maxwins112 2 วันที่ผ่านมา

    cat

  • @edipedipbulmaz
    @edipedipbulmaz วันที่ผ่านมา

    4:33 you copied that from stack overflow! cunny