fun fact: the maximum value in "get the lead out" is 90in. however, the highest score that can actually be achieved is only 89.7in. getting a perfect 90in is LITERALLY impossible due to the fact that you do not start the minigame at max speed. therefore the time needed to build max speed after the minigame begins is how the last 0.3in is lost.
I read somewhere that it is possible to get 90 with pause buffering. But the only video I could find gets 89.7: ua-cam.com/video/AuAhSdfY-rs/v-deo.html&si=CfhtBL9HP5a0s2Lp
Fun fact: This oversight is the exact reason why in Score Scuffle, the maximum score you can get is only 9999, as opposed to 10000 in Mario Party's 5-8.
Hi! I'm french and I discovered your video randomly thanks to UA-cam algorithm. That's really interesting, you explain well, that's fun to watch, it is well illustrated and well edited! I leave a like & subscribe! Continue like that!
Mario Party DS is one of my favorite games from childhood. I played it so much. I am curious, if you could beat a minigame like Hedge Honcho. But thats probably quite difficult to process the information via code. Anyway I am excited for the next video :) Maybe you can beat all minigames
It’s not super complicated, actually rather simple compared to some of the racing minigames (where there’s no obvious solution). You’d probably run some kind of edge detector on the image to find out what leaf you are looking at, as well as a small detection step for bees and ladybugs (simple color detection is sufficient, like in Goomba Wrangler in my other video). When I do my next video, I’m putting it on the list for you :) but right now I’m working on a Pokémon project. Not sure what’s coming first.
@@ProgrammingWithJulius I just had a closer look at the game and thought the same thing. A edgedetection on the green outline of the leaves, problably isnt the worst approach. Looking forward, when you tackle it :)
8:22 Ideally, the optimal mashing speed is not every frame. This is because due to the way games often poll for inputs, holding a button is treated as repeated inputs. So the best method would be mashing at 30 buttons/s, since that would be every other frame, which is just close enough to count as unique presses. Many tool assisted playthroughs implement pause buffering to mash faster since 1 frame of in game time can pass between pauses but since more real time has passed, you can press it again. With perfect pause buffering, you can mash at a speed equivalent to 1 button/frame.
And I was really worried that people would find it boring because it’s „just“ mashing A… but yeah, I agree. I learned a lot about these games while making the program :)
Great catch, I didn’t know if anyone would get the reference 😬 I have big plans, but these bigger projects, like „using reinforcement learning to beat Mario Maker levels“ will have to wait a bit longer :)
I got this video recommended so it seems like it's getting recommended a bit more altho I do watch a lot of of automation in mini games btw this video is amazing
Hi I'm a woman. (and a massive nerd lol) I'm gonna share this video with not only one girlfriend but four. Gonna share it my friends who are girls as well.
Waluigi be shmoovin there. Again really cool stuff! Amazing what can done with just pixels of information. Also want to give some praise on the editing, the bits fitting the style of the game are fun.
How can a bot do the mic-operated minigames? I'd also love to see the bot DESTROY all of the Boss Minigames (Pirahna Plant, Hammer Bro, Dry Bones, Kamek, and then Bowser.)
@@crafty453 I haven’t looked into that yet, but theoretically it should be an input like any other. It just doesn’t have an on or off state, but (probably) 256 distinct value states that you can control somehow. And cool idea, sounds like an option for a special episode :)
I liked the technical / mathematical explanations and visualizations for each problem. It was also interesting to see your thinking process and the shortcuts you found. However I don't know what AI has to do with it. In my opinion all of the solution use a self written program which partially uses image recognition, but not any kind of machine learning. From the video I have the feeling you know what you're talking about so maybe I have a wrong understanding about AI. Do you mind explaining it to me? (PS: I hope I don't sound harsh, arrogant or something like that, I'm really just curious.)
First of all, thanks for your kind words! I really appreciate it. And second, your statement is absolutely valid from a 2024 perspective. I mainly used „AI“ in the title because I assumed it gets more views, and the vast majority of people watching do not care about the exact definition of the word. You could make the argument however that „AI“ definitely encompasses what I’m doing in the video. Think back a couple of decades - when talking about the first chess „ai“ for example, people meant a hand-crafted and rule based algorithm. Is that still considered AI today? If you haven’t yet, definitely check out the great deep learning book: www.deeplearningbook.org/contents/intro.html. They define AI in a more general sense, see figure 1.4. I definitely understand your point though!
awesome video!! btw, you credited the assets you used in the description, but the linked assets don't include the DS font that you used for the video, where did you get the DS font from?
@@ProgrammingWithJulius lmao yeah it absolutely is niche,, for the past few months i have been obsessing over the DS font and ive never found a 100% complete and accurate version of the font (though this one is the closest ive seen yet, it lacks kanji and some punctuation, and its inaccurate in some places too) it all started with pictochat and then i got pulled down a rabbit hole with unused characters and the different font sizes and now the korean bios and hangul. save me
I didn't even need a person to tell me, I think this is in my recommended directly because I watched the first one a while ago; I love MPDS Yes I'm female
You should make it so it can identify which minigame is selected, and play accordingly. Eventually, you will have an unbeatable AI for Mario Party DS! [evil laughter]
I may eventually get to that! It will take quite a while though, because I have a ton of interesting ideas for other games that I'll have to manage with my limited time :)
Mario party ds is one of my favorute games !!!! :D this was so cool to see and i learned a few stuff along the way !!!! Pls do more this is so awesoeeeeemmm!!!!
9:09 only 87.6? When i played recently on the DraStic emulator on my phone the turbo button mode lets me reach a maximum of 89.7 both with and without speed up or slowdown enabled.
That’s a cool idea, but a ton more effort. You’d basically need a reinforcement learning algorithm to have any sort of chance, but sadly I don’t have the audience yet to justify such a big project :/
I only had a short look at Jamboree, but what you’re saying seems to be the case with many newer games, especially Pokémon. Idk, maybe I’m biased from the nostalgia.
im gonna be so real, i didnt like this video i loved it, i hope you get more views and more subs cause these videos are really well made. ill make sure to keep an eye out for the next one
Thank you for your kind words man :) there’s definitely more coming, I’m already working on the next project. It’s a bit bigger though, so it might take a moment 😬
Hear me out: You've done a lot of work with mini-games. But what if you make an AI for board play? Because frankly, the board AI is somewhere in the range of neanderthals.
Thanks for the suggestion, I’ll definitely put it on my list of ideas! I’ll have to be honest though, this is a bigger undertaking. You very likely have to use deep reinforcement learning (or something equivalent) to make any sort of reasonable progress. I’ll have to wait a bit more before I take on these bigger projects. For example the map location detector for counter strike took ages to develop and train, and it got less views than a simple Mario party video I put together on a few evenings. I’m working full time and don’t really have the capacity to start any large projects right now… maybe some day :) I could probably spin up a simple rule based bot that makes reasonable choices, but I don’t think I’d be satisfied by that.
gender!! i had a custom gender (cool that it lets you do that) but i changed it so hopefully i show up as female for these demographics. i'm a demigirl, but we can just round that up to girl just so i don't show up as a "user specified gender"
Hey is there any chance you could release the mod with the bot? I think it would be pretty fun to have it Also does it always take the plauer one spot pr can i play against it?
Check out the first video, there I explain a bit about how the bot works. It’s an external program that is controlling the player for you. It expects an emulator running at specific screen coordinates. Right now I’m not really planning on releasing the code, but if more people are interested this may be something for Patreon or so.
Yeah, it gets over 8000 points! But it couldn’t hold the streak from start to finish. The gameplay looked almost identical so I left it out of the video.
@@ProgrammingWithJulius Ah alright, understandable. Thanks for the reply! If you do more of these videos, I'd love to see if you could optimize Pedal Pushers :D
@@jamesrgamesoffical I actually had to google that. In my mind, lua was just a scripting language that can't be fast, but apparently, when compiling, it can become pretty competitive. I'm using Python though, not because I want to, but because it has great library support. If I need something faster where I have to do more stuff myself I'd probably go with C# (because it's amazing) or C++/C if it's really serious business. Thanks for the input though, I learned something new :)
@ProgrammingWithJulius I also think that desmume has built in lua scripting for ds games cause of how lua is usually used for scripts within C/C++ which is why many people choose to use lua.
fun fact: the maximum value in "get the lead out" is 90in. however, the highest score that can actually be achieved is only 89.7in. getting a perfect 90in is LITERALLY impossible due to the fact that you do not start the minigame at max speed. therefore the time needed to build max speed after the minigame begins is how the last 0.3in is lost.
I read somewhere that it is possible to get 90 with pause buffering. But the only video I could find gets 89.7: ua-cam.com/video/AuAhSdfY-rs/v-deo.html&si=CfhtBL9HP5a0s2Lp
Fun fact: This oversight is the exact reason why in Score Scuffle, the maximum score you can get is only 9999, as opposed to 10000 in Mario Party's 5-8.
I've been able to get 90 before
@@MrCanKnotNot sureee show proof then
@@MrCanKnotNotit’s literally not possible
I'm a female viewer. I found this video very interesting
@@MissLunaFox thank you! 😊
What are your thoughts on Toadette?
me too
I agree with this statement. You now have at least 3 female viewers
Same
GET THE LEAD OUT HAS AN ENDING?????
Yep, and I don’t think it’s possible for a human to get close to it 😂
@@ProgrammingWithJulius Someone else said it's not even possible for a TAS to reach it sooo... :/
*yes*
i'm someone's wife! happy to be doing my part!
@@n14c0 lovely 😂♥️ the people really delivered on this one, we have a whopping 4.4% female viewers 😂
Wimp (women in mario party)
5:25 *awkwardly shifts in seat in single*
didnt realize how few views this had until the 0 female viewers bit. this is really good!! please make more
Thanks man, there’s definitely more coming!
Hi! I'm french and I discovered your video randomly thanks to UA-cam algorithm.
That's really interesting, you explain well, that's fun to watch, it is well illustrated and well edited!
I leave a like & subscribe! Continue like that!
Hey neighbour 👋
Thanks for your kind words, glad you’re liking it so far :) more is on the way!
Mario Party DS is one of my favorite games from childhood. I played it so much.
I am curious, if you could beat a minigame like Hedge Honcho. But thats probably quite difficult to process the information via code.
Anyway I am excited for the next video :) Maybe you can beat all minigames
It’s not super complicated, actually rather simple compared to some of the racing minigames (where there’s no obvious solution). You’d probably run some kind of edge detector on the image to find out what leaf you are looking at, as well as a small detection step for bees and ladybugs (simple color detection is sufficient, like in Goomba Wrangler in my other video). When I do my next video, I’m putting it on the list for you :) but right now I’m working on a Pokémon project. Not sure what’s coming first.
@@ProgrammingWithJulius I just had a closer look at the game and thought the same thing. A edgedetection on the green outline of the leaves, problably isnt the worst approach.
Looking forward, when you tackle it :)
@@qangeldratsch9643 Check out the latest community post :) It also contains a little sneak peek how I'm dealing with the leaves
@@ProgrammingWithJulius it is so nice of you that you message me here :)
Love seeing Waluigi winning. Also the slapping cat got me rolling 🤣🤣🤣
9:18 I want “Bowser’s Big Bean Burrito” please.
@@Coleyoshi +3 aura for finding the reference :)
Subscribe and I may take it on one day :p
I’ve Subscribed to your channel, I await the day I get to experience Bowser’s Big Bean Burrito vs AI
@@ProgrammingWithJulius I"M THE BEST GAMER OF ALL TIME!! I'VE BEATEN BOWSERS BIG BEAN BURRITO
3:09 Yoshi: ....
8:22 Ideally, the optimal mashing speed is not every frame. This is because due to the way games often poll for inputs, holding a button is treated as repeated inputs. So the best method would be mashing at 30 buttons/s, since that would be every other frame, which is just close enough to count as unique presses. Many tool assisted playthroughs implement pause buffering to mash faster since 1 frame of in game time can pass between pauses but since more real time has passed, you can press it again. With perfect pause buffering, you can mash at a speed equivalent to 1 button/frame.
This is so cool lol especially seeing the ending to get the lead out, happy to see this in my yt recommendations
And I was really worried that people would find it boring because it’s „just“ mashing A… but yeah, I agree. I learned a lot about these games while making the program :)
hi, viewergirl here. really looking forward to seeing how you tackle bowser’s big bean burrito 👍
Great catch, I didn’t know if anyone would get the reference 😬 I have big plans, but these bigger projects, like „using reinforcement learning to beat Mario Maker levels“ will have to wait a bit longer :)
hi female viewer here cool video
No matter the gender,you're just a person like us all
Hey, thanks! ♥️
Now it feels kinda creepy to reply to all the people commenting about it, I didn’t think ahead enough 😂
@@petergriffin1331 exactly xD
@@ProgrammingWithJulius xD understandable, this is a hell of your own making
Feeeeemale
Waluigi in sync with the music on the second minigame.
Female viewer here. This is super interesting! You've definitely earned a subscriber!
That’s great to hear, thank you so much :) I’m super happy about all the new subscribers, and the next video is coming soon already!
As a starting programmer these videos are awesome! Really hope to see this channel become big one day!
Thanks for your kind words ♥️ I wish you the best of luck on your programming journey and I can tell you it’s a lot of fun :)
You just appeared on my feed and I enjoyed every minute of your video, you explained everything so well! Liked n subscribing ❤
I just realized that all three featured minigames have the "Get Into It" music.
I‘m just surprised that somebody knows the name of the song 😂
This is what playing with master difficulty ai's feels like
finally more programming with julius
And more is on the way, I’m already working on the next project :)
Hey man I really like your content and can't wait to see you grow on this platform. Here's to many more amazing videos, keep it up!
Thank you so much! I’m cherishing these comments, because I really hope that I can become bigger on here, given enough time and effort :)
5:05-5:17 Yoshi:Thats it....I quit Waluigi:I am 250 different timelines ahead of You
Waluigi just turns into Dio for get the lead out xd
these videos are so interesting and well made, hopefully this gets more visibility
Thanks man ♥️ every comment helps!
I got this video recommended so it seems like it's getting recommended a bit more altho I do watch a lot of of automation in mini games btw this video is amazing
Hi I'm a woman. (and a massive nerd lol)
I'm gonna share this video with not only one girlfriend but four. Gonna share it my friends who are girls as well.
Sharing is such a nice gesture for small UA-camrs, thank you very much 😊
james is a girls name now?
Waluigi be shmoovin there.
Again really cool stuff! Amazing what can done with just pixels of information.
Also want to give some praise on the editing, the bits fitting the style of the game are fun.
5:04 Boi pressing all the buttons faster than I could press one
Hey, that's me in the you guys liked it section. Glad you're still making these
And I’m glad to see you’re still watching :)
Underrated channel
Thank you for the kind words! ♥️
omfg i love everything about this video, please keep it going ^^!
Thank you ♥️ more is on the way!
Try Hedge Honcho in the next video. It's more complex to code but still doable, so it might be interesting!
Check out the latest community post :)
How can a bot do the mic-operated minigames? I'd also love to see the bot DESTROY all of the Boss Minigames (Pirahna Plant, Hammer Bro, Dry Bones, Kamek, and then Bowser.)
@@crafty453 I haven’t looked into that yet, but theoretically it should be an input like any other. It just doesn’t have an on or off state, but (probably) 256 distinct value states that you can control somehow.
And cool idea, sounds like an option for a special episode :)
FINALLY MARIO PARTY DS CONTENT ON MY HOME PAGE 🙏🙏 keep up the good work! I’d love to see more mini games
@@suonss you definitely will see some more if you subscribe ♥️
One of these ai vs ds game videos that didn't take 6 months to come out!
And the next one won’t take that long, either :) subscribe so you don’t miss it!
I liked the technical / mathematical explanations and visualizations for each problem. It was also interesting to see your thinking process and the shortcuts you found. However I don't know what AI has to do with it. In my opinion all of the solution use a self written program which partially uses image recognition, but not any kind of machine learning.
From the video I have the feeling you know what you're talking about so maybe I have a wrong understanding about AI. Do you mind explaining it to me?
(PS: I hope I don't sound harsh, arrogant or something like that, I'm really just curious.)
First of all, thanks for your kind words! I really appreciate it.
And second, your statement is absolutely valid from a 2024 perspective. I mainly used „AI“ in the title because I assumed it gets more views, and the vast majority of people watching do not care about the exact definition of the word.
You could make the argument however that „AI“ definitely encompasses what I’m doing in the video. Think back a couple of decades - when talking about the first chess „ai“ for example, people meant a hand-crafted and rule based algorithm. Is that still considered AI today?
If you haven’t yet, definitely check out the great deep learning book: www.deeplearningbook.org/contents/intro.html. They define AI in a more general sense, see figure 1.4.
I definitely understand your point though!
Mario party ds my beloved
This is my childhood game and this is interesting to watch lol. TAS gameplay is a lot similar
Just found these…they’re awesome!!
Thank you ♥️ there’s definitely more coming soon!
awesome video!! btw, you credited the assets you used in the description, but the linked assets don't include the DS font that you used for the video, where did you get the DS font from?
I just added them to the description :) May I ask, why are you interested in the fonts? Seems like a relatively niche thing to ask for :D
@@ProgrammingWithJulius lmao yeah it absolutely is niche,, for the past few months i have been obsessing over the DS font and ive never found a 100% complete and accurate version of the font (though this one is the closest ive seen yet, it lacks kanji and some punctuation, and its inaccurate in some places too)
it all started with pictochat and then i got pulled down a rabbit hole with unused characters and the different font sizes and now the korean bios and hangul. save me
these videos are so cool i love them, please make more 😭😭
Next one is coming soon :)
Nice mario party ds I love this game
I didn't even need a person to tell me, I think this is in my recommended directly because I watched the first one a while ago; I love MPDS
Yes I'm female
Definitely subscribe for more, I have a couple more minigames I will take on in the future :)
This is awesome to see my childhood game broken like this
0:44 I PLAY MARIO PARTY DS A LOT WHEN I WAS A CHILD AND I NEVER NOTICE THIS TRICK?????
Pretty sure I've beaten that domino effect time. It was one of my best minigames in MPDS.
You should make it so it can identify which minigame is selected, and play accordingly. Eventually, you will have an unbeatable AI for Mario Party DS! [evil laughter]
I may eventually get to that! It will take quite a while though, because I have a ton of interesting ideas for other games that I'll have to manage with my limited time :)
Hi! I’ve just subscribed also may I just say, I like your accent!
Now if only you can make an AI to help me keep a relationship
Some tasks are beyond my capabilities 😔
As someone studying computer science, this was so cool. What language is this all being written in?
I did it in python, because it has good support for opencv. You wouldn’t catch me writing C++ for free 😂
Good luck with your studies!
Mario Party DS is a whole lot of fun, I wish it had as much attention as the other Mario Party games
Mario party ds is one of my favorute games !!!! :D this was so cool to see and i learned a few stuff along the way !!!! Pls do more this is so awesoeeeeemmm!!!!
Thanks man, more is definitely coming, so subscribe ♥️
Lore of AI bot destroys more Mario Party DS games momentum 100
9:09 only 87.6? When i played recently on the DraStic emulator on my phone the turbo button mode lets me reach a maximum of 89.7 both with and without speed up or slowdown enabled.
Now code an AI to destroy Super Mario 64
Or make an AI to destroy rythm heaven
That’s a cool idea, but a ton more effort. You’d basically need a reinforcement learning algorithm to have any sort of chance, but sadly I don’t have the audience yet to justify such a big project :/
I forgot how fire Mario Party DS was
Subbed 👍
im japanese
i like this game too thats interesting
and i like this ai battle
i wish next video!!
こんにちは、ワンコカービィさん!私は少し日本語を話せますが、まだ難しいです。ビデオを見てくれて嬉しいです!ドイツからの挨拶です!
I dunno guys, I think Waluigi's cheating
I'd like to see how you'd tackle a minigame like plush crush, would probably need it's own video
It looks doable from a first glance! I’m putting it on the list ;)
@@ProgrammingWithJulius ooooh I'm excited! it's one of my favorites in the series actually so it's gonna be fun seeing it get destroyed
@@ecstaticwooper368 it won’t make it into the next one though, and after that I have a Pokémon video lined up, so it will take a moment 😬
@@ProgrammingWithJulius alright, take all the time you need! Coding aint easy
5:25 I'm excitedly watching someone create small programms to win at Mario Party minigames really well. What girlfriend are you expecting?
I understand your point 😂
Mfw not even ai is faster than me in domino effect (I got 9.35 seconds)
I'm kinda a girl
@@carnanya that counts! 😬
me too!
Your like a better CodeBullet
love this
Still the best mario party.
The new maps just feel small and despite all the effects, uneventful. At least in comparison
I only had a short look at Jamboree, but what you’re saying seems to be the case with many newer games, especially Pokémon. Idk, maybe I’m biased from the nostalgia.
Waluigi wins by doing absolutely everything?
Can you destroy the Mario Party 1, rotation minigames? plz
Study fall I could consistently get 0.0 every time growing up
As a woman, this is super cool
Thank you! :) and there’s more coming soon!
female here, very interesing video, now i found my old nintendo just to beat 9yo me records on mario party :3
I wish I still had my old save data, I played the game so much when I was young
Is the downvote restore addon bugging or why does it show 2.1k downvotes for this video
Sure hope it is 😂 I think it got about 10 dislikes
@@ProgrammingWithJulius Yeah it definitely bugged around, now it shows 20 or so... that was odd.
Weird, I guess there is some approximation going on. I just checked, it has 12 dislikes.
Non-deterministic TAS
im gonna be so real, i didnt like this video
i loved it, i hope you get more views and more subs cause these videos are really well made. ill make sure to keep an eye out for the next one
Thank you for your kind words man :) there’s definitely more coming, I’m already working on the next project. It’s a bit bigger though, so it might take a moment 😬
5:25 hi :3
4:43 😭😭😭
Another female viewer here. Don’t worry, there are plenty of us around and I hope your channel reaches great success :)
You are Quite the Interesting Fella~!
Hear me out:
You've done a lot of work with mini-games. But what if you make an AI for board play? Because frankly, the board AI is somewhere in the range of neanderthals.
Thanks for the suggestion, I’ll definitely put it on my list of ideas!
I’ll have to be honest though, this is a bigger undertaking. You very likely have to use deep reinforcement learning (or something equivalent) to make any sort of reasonable progress.
I’ll have to wait a bit more before I take on these bigger projects. For example the map location detector for counter strike took ages to develop and train, and it got less views than a simple Mario party video I put together on a few evenings.
I’m working full time and don’t really have the capacity to start any large projects right now… maybe some day :)
I could probably spin up a simple rule based bot that makes reasonable choices, but I don’t think I’d be satisfied by that.
5:11 😂😂😂😂😂
So Mario Party DS Tas bot is real
gender!! i had a custom gender (cool that it lets you do that) but i changed it so hopefully i show up as female for these demographics.
i'm a demigirl, but we can just round that up to girl just so i don't show up as a "user specified gender"
Hey is there any chance you could release the mod with the bot?
I think it would be pretty fun to have it
Also does it always take the plauer one spot pr can i play against it?
Check out the first video, there I explain a bit about how the bot works. It’s an external program that is controlling the player for you. It expects an emulator running at specific screen coordinates.
Right now I’m not really planning on releasing the code, but if more people are interested this may be something for Patreon or so.
But can the first game be won if the AI is Expert?
Yeah, it gets over 8000 points! But it couldn’t hold the streak from start to finish. The gameplay looked almost identical so I left it out of the video.
@@ProgrammingWithJulius Ah alright, understandable. Thanks for the reply! If you do more of these videos, I'd love to see if you could optimize Pedal Pushers :D
Im a female viewer!
Im also interested in programming and i find it crazy im one of 2 girls out of 18 people in my coding related class
Do more please 🙏🙏🙏
More is on the way!
Female viewer here, my account just doesn’t have a gender listed because of those pesky targeted ads
I dont have a GF... I have a BF. Will send it to him instead.
Much appreciated!
woman are pretty cool i think (i have no bias whatsoever)
I will subscribe. Even if only because you're under 1,000.
Thanks! But of course I’m hoping to make videos that people enjoy, too 😬
girl is currently watching your video right now
Im also a female viewer but alghorythms are convinced im not,
I love technology❤
Instant Demoneytization, it's something that you should get when you reach 1M subs
Do you use python or lua for this stuff?
Python! God forbid I use lua if I don’t have to 😂
@ProgrammingWithJulius yeah I see many people online saying to use lua cause of how fast it is but I just don't enjoy using lua lol
@@jamesrgamesoffical I actually had to google that. In my mind, lua was just a scripting language that can't be fast, but apparently, when compiling, it can become pretty competitive.
I'm using Python though, not because I want to, but because it has great library support. If I need something faster where I have to do more stuff myself I'd probably go with C# (because it's amazing) or C++/C if it's really serious business.
Thanks for the input though, I learned something new :)
@ProgrammingWithJulius I also think that desmume has built in lua scripting for ds games cause of how lua is usually used for scripts within C/C++ which is why many people choose to use lua.
You think anyone watching a video like this has a girlfriend?
Fair point, I remember the struggle from my university days with practically 0 women present in lectures 😂
Plz more!
I'm half a girl so +0.5
Everyone‘s welcome here ♥️
@@ProgrammingWithJulius Thank you :)
I'm a female viewer😂
I loved this Game so much
need to find my ds again to play it again