Пікірлер
@gargamel3478
@gargamel3478 20 күн бұрын
Also, did you know that someone has made a Raylib binding for brainfck? Will you try it?
@someunusualgames
@someunusualgames 20 күн бұрын
@@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 :)
@monesy.893
@monesy.893 Ай бұрын
I have a question, can you create games on all programming languages? Just curious
@someunusualgames
@someunusualgames Ай бұрын
@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.
@JoshyLPHD
@JoshyLPHD 2 ай бұрын
I have no idea how I landed her, but I am glad that I did.
@LycheeLele-mh2ku
@LycheeLele-mh2ku 2 ай бұрын
I hate this language, and cannot believe someone would do this
@TiredViscacha53
@TiredViscacha53 2 ай бұрын
Fortran next!
@someunusualgames
@someunusualgames 2 ай бұрын
oh boy do i have news for you 😆 I already used it last year here: kzbin.info/www/bejne/p5y3lJ2HeN-qfsU
@gargamel3478
@gargamel3478 2 ай бұрын
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 2 ай бұрын
@@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 2 ай бұрын
1 billion dollar code right here. that's really nice!
@Alberto_Cavalcante
@Alberto_Cavalcante 2 ай бұрын
Wow! No way! Have to check this out later.
@someunusualgames
@someunusualgames 2 ай бұрын
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
@johnblue
@johnblue 2 ай бұрын
Too robotic a voice to listen to 😐
@misterpopo3736
@misterpopo3736 5 ай бұрын
very nice
@mariobroselli3642
@mariobroselli3642 5 ай бұрын
You are a Genius i never thought of that Game! 😮😮😮
@elijah7593
@elijah7593 6 ай бұрын
hi where can i find the code ?
@mikafoxx2717
@mikafoxx2717 7 ай бұрын
Is AutoHotKey a programming language? I guess it is now.
@gameplaysc7644
@gameplaysc7644 7 ай бұрын
How do a recorder waypoint for anyone game ?? And when play, my character walk in position recorded ??
@gargamel3478
@gargamel3478 7 ай бұрын
Cool!
@someunusualgames
@someunusualgames 7 ай бұрын
AutoHotkey has recently (January 2023) released its latest version (v2), which is considered the official primary version. This new version is a *huuge* improvement over the old version (v1). Another thing I found really nice is that the language comes with an utility called ahk2exe, which lets you turn your scripts into executables with just a couple of clicks, extremely useful to share your programs without the need to install AutoHotkey :)
@galavizK
@galavizK 8 ай бұрын
Okay so u made the graphics in Dogescript and call them in LOLCode ?
@gargamel3478
@gargamel3478 9 ай бұрын
I was today coding a bunnymark in Fortran (with a different rl binding), and I must say, it's literally hell. Congrats.
@keithparker1346
@keithparker1346 10 ай бұрын
I wouldn't say Freebasic is unusual as its simply the logical extension of Qbasic
@utubewatcher806
@utubewatcher806 4 ай бұрын
Maybe unusual for today's suite of languages, but back in the origins of computer gaming, BASIC was THE programming language for games and everything else.
@cyanuranus6456
@cyanuranus6456 11 ай бұрын
I Hate C++. I’d Rather Choose C#, Java, ActionScript, Haxe, Clojure and Scheme Better
@mariobroselli3642
@mariobroselli3642 6 ай бұрын
I dont know AS and haxe😮 Purescript?
@cyanuranus6456
@cyanuranus6456 11 ай бұрын
Programming Languages are Programming Languages. Online Games are Created in Programming
@RobMoerland
@RobMoerland Жыл бұрын
I'm using Powershell to automate many things of my sysadmin work. It was fun seeing it used this way.
@xFrostCross
@xFrostCross 3 ай бұрын
im also a sysadmin but everything is blocked on my networks so I'm using it to make games when I cant have my phone lol
@ssmith5048
@ssmith5048 Жыл бұрын
Fortran is still alive and well in scientific domains - not just as a legacy code. Cool to see you playing with this to make a game. Btw, if you want to explore there are also wrappers to interface Fortran with that ghastly language known as python - which might be another source of making similar silly games for you should you be interested. You can change the int ranges in Fortran , but I doubt you want to dig into it that much.
@fionnbracken
@fionnbracken Жыл бұрын
Cool video. You can detect the end of the file in the read function with a parameter called iostat, eg. eof = 0 do while (eof .eq. 0) read (10, *, iostat=eof) filename end do
@salsagal
@salsagal Жыл бұрын
Oh my god hearing that club penguin song after so many years caused such a nostalgia rush, great video!
@defaultxr
@defaultxr Жыл бұрын
There actually is a standard function to get the nth element of a list; it's (perhaps unintuitively) called list-ref. For example, (list-ref (list 2 4 6) 1) returns 4.
@cyanuranus6456
@cyanuranus6456 Жыл бұрын
My Creator Named "Tandya Bima Padmogani Hijra" Said He Wants Making Games in Scheme Programming Language
@kellybmackenzie
@kellybmackenzie Жыл бұрын
I absolutely love this, this is so cool!! Stack-based programming languages look so cool, I had no idea these existed. I love your channel so much! <33
@kellybmackenzie
@kellybmackenzie Жыл бұрын
I absolutely love this! I'm weirdly fascinated by FreeBasic and I had no idea how good the C interop was. I wanna use Raylib with it so much now!
@cbbcbb6803
@cbbcbb6803 Жыл бұрын
Can FreeBasic use Python libraries that were written in C++ or in C?
@rachelwindsor850
@rachelwindsor850 Жыл бұрын
It supports C and C++ libraries, I think.
@thewitheredstriker
@thewitheredstriker Жыл бұрын
Awesome video! Stack-based languages deserve more attention, so I'm glad you're giving it just that =)
@blackwinterpointer
@blackwinterpointer Жыл бұрын
That's indeed amazing! 💜🥰💙
@whangggggg
@whangggggg Жыл бұрын
I challenge you to try malboulge
@Scudmaster11
@Scudmaster11 2 ай бұрын
APL
@huistelefoon5375
@huistelefoon5375 Жыл бұрын
This video series definitely deserves more attention. These kinds of videos require a lot of work, especially when adding subtitles, which I know is a very tedious task.. I'm a big fan of languages like Lisp, Forth, Lua, and even BASIC, as it's a pretty nostalgic language for me. So it was nice to see someone creating a game with these languages (or dialects of that language). And creating games is a great way to showcase and learn a language, as it requires a bit of everything in programming. These videos are a lot of fun to watch, I could definitely see this ending up as a big time KZbin channel on programming. Keep up the good work!
@someunusualgames
@someunusualgames Жыл бұрын
Longer video than usual because this language is completely different from the ones I've seen. Happy Holidays!!!🎄
@SoicBR
@SoicBR Жыл бұрын
Cool video! But since this series is about unusual programming languages, I think you should focus more on coding and on how was the experience of coding in the language
@someunusualgames
@someunusualgames Жыл бұрын
I learned that the majority of people prefer a human voice rather than text-to-speech, so this is the first video where I used my voice reading a script. Really sorry for my terrible pronunciation, I'm still working on it...
@someunusualgames
@someunusualgames Жыл бұрын
Tried to normalize the audio but I completely messed it up... sorry about that. 🤕
@d_____________________________
@d_____________________________ Жыл бұрын
it's ok ily
@d_____________________________
@d_____________________________ Жыл бұрын
Why the fuck is the volume so low
@homeoffice3524
@homeoffice3524 Жыл бұрын
Are you serious? It's one of the most used language for Web games. There is planty of game engines made in php 😂😂😂
@sallyben-tov3237
@sallyben-tov3237 2 жыл бұрын
cant find any tuts ):
@AriusTigger
@AriusTigger 2 жыл бұрын
very interesting
@devtiagofranca
@devtiagofranca 2 жыл бұрын
awesome
@danfu6280
@danfu6280 2 жыл бұрын
This utter ugliness. I love it!
@itssammy777
@itssammy777 2 жыл бұрын
Game sounds incredibly creepy, i love it
@matheusnascimento4793
@matheusnascimento4793 2 жыл бұрын
Hey, can we get source code?
@chuckadams7134
@chuckadams7134 2 жыл бұрын
My vote for the next language is bash.
@ryanphpjs
@ryanphpjs 2 жыл бұрын
I couldn't ask for a harder one, kkkk
@astroid-ws4py
@astroid-ws4py 2 жыл бұрын
Next time we want OCaml