Making My First JavaScript Game with No Experience - Devlog

Поделиться
HTML-код
  • Опубликовано: 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" 😂😂😂

  • @mxsteri0
    @mxsteri0 День назад

    EVERYONE WAKE UP NEW KOFYBREK VIDEO

  • @ridhamsharma618
    @ridhamsharma618 День назад

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

    • @Kofybrek
      @Kofybrek  День назад

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

  • @spiderpig20
    @spiderpig20 2 дня назад +2

    Hi Kofybrek ‼️‼️‼️

  • @n.m.6126
    @n.m.6126 День назад

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

  • @Niro_MC
    @Niro_MC 2 дня назад +1

    gotta code em all

  • @sayankakalita7827
    @sayankakalita7827 2 дня назад

    looks like someone is done fixing bugs

  • @Cinarbayramic
    @Cinarbayramic 2 дня назад

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

  • @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

  • @AttyPatty3
    @AttyPatty3 2 дня назад +2

    Yooo! I am soo early

  • @ProjectMarzDev
    @ProjectMarzDev 2 дня назад +1

    HALLO

  • @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