Making A Game In COBOL - Coding Like It's 1975

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

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

  • @someunusualgames
    @someunusualgames  หลายเดือนก่อน +3

    Okay maybe not literally 1975, but the fact is I used the fixed format which made me format the code in a funny way...
    Also, I don't remember where I read it but I saw someone saying "If cobol was realeased today it'd be considered an esoteric programming language", which I found funny and had to mention it somewhere in the video, sorry

  • @JoshyLPHD
    @JoshyLPHD หลายเดือนก่อน +1

    I have no idea how I landed her, but I am glad that I did.

  • @gargamel3478
    @gargamel3478 หลายเดือนก่อน +3

    I am glad you used my wrapper :) Good job!

    • @someunusualgames
      @someunusualgames  หลายเดือนก่อน +2

      Hey, you made the wrapper listed in raylib's bindings? Dude you're awesome! I tried to make the game a while ago but couldn't figure out how to pass the struct values to C, your idea was genius :)

    • @gargamel3478
      @gargamel3478 หลายเดือนก่อน +1

      @@someunusualgames I actually copied the idea of using a C wrapper from some youtuber, who also made a game in COBOL, but using SDL.

  • @bookle5829
    @bookle5829 หลายเดือนก่อน +1

    1 billion dollar code right here. that's really nice!

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

    Also, did you know that someone has made a Raylib binding for brainfck? Will you try it?

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

      @@gargamel3478 yeah I saw it, it's on my list. It'll be a huge pain in the ass but I'll definitely try it :)

  • @Alberto_Cavalcante
    @Alberto_Cavalcante หลายเดือนก่อน

    Wow! No way! Have to check this out later.

  • @user-zu9th3no1d
    @user-zu9th3no1d หลายเดือนก่อน

    Fortran next!

    • @someunusualgames
      @someunusualgames  หลายเดือนก่อน

      oh boy do i have news for you 😆 I already used it last year here: th-cam.com/video/qkTcjQCzwHc/w-d-xo.html

  • @monesy.893
    @monesy.893 หลายเดือนก่อน

    I have a question, can you create games on all programming languages? Just curious

    • @someunusualgames
      @someunusualgames  หลายเดือนก่อน +1

      @monesy.893 Sure you can, if you consider text only games as games then any programming language with a print function and a way to loop can make a game :)
      Otherwise, if the language has a way to call certain OS functions, then you can always load a .dll or .so files containing C libraries like raylib or SDL and use them from the language of your choice. That's what I've been doing :p I believe not all languages can do that though.

  • @RedHair651
    @RedHair651 หลายเดือนก่อน

    Definitely not esoteric. It has had production applications for decades and decades.

  • @LycheeLele-mh2ku
    @LycheeLele-mh2ku หลายเดือนก่อน +1

    I hate this language, and cannot believe someone would do this