I have this too :D Do you know what the buttons of this device are made of? Do you know how to clean them?
@briankumanchik247418 күн бұрын
@@presauced no, sorry
@TheGetsman22 күн бұрын
Nice journey mate
@briankumanchik247419 күн бұрын
Thanks, I have some more coming!
@bioman1hazard607Ай бұрын
Did you know that the sega genesis is backwards compatible? Using that sega everdrive cartridge you have, you can test the sega master system rom on the genesis
@briankumanchik2474Ай бұрын
No, I didn't, I'll give that a try and show it in an upcoming video, thanks for the tip!
@bioman1hazard607Ай бұрын
This looks amazing
@SteveRHansonАй бұрын
I'm not interested in this whatsoever unless it comes out on the raspberry pi.
@xanderpixel281Ай бұрын
Despite my busy schedule, I’ve started learning Godot and creating my own projects, thanks to your videos!
@xx_kuus_xxАй бұрын
hey man i'm not familiar with any of this stuff but keep at it. all that programming stuff tires my brain and maybe your like that too so I hope this comment gives you some sort of emotional boost or something y'know
@briankumanchik2474Ай бұрын
Thanks for the encouragement!
@bioman1hazard6072 ай бұрын
Do you have a link to that flash card, id love to get it if its cheap
@briankumanchik24742 ай бұрын
Sorry, I bought it a long time ago 😒
@bioman1hazard6072 ай бұрын
This looks pretty good
@briankumanchik24742 ай бұрын
Thank you! 😀
@batlin2 ай бұрын
That 8-bit workshop web IDE looks amazing!
@briankumanchik24742 ай бұрын
@@batlin And it works for so many systems
@n0namesowhatblerp3623 ай бұрын
0: 56 I know one of the guys from the discord channel.He is watching your video right now.
@Turrican7 ай бұрын
So annoying that Amiga basic was poor
@briankumanchik24747 ай бұрын
It really was bad, I couldn't find any games written in it to learn from and it was so poorly documented. And I'm a huge Amiga fan, I want to write Invader in C but compile times are also awful directly on the Amiga so I have to find some way to cross compile on the PC.
@Michelle4PTG7 ай бұрын
Played around with LPE too. Was quite fun. Should also be possible to also load different fonts from your PC or render with from a font image. 😎👍
@briankumanchik24747 ай бұрын
Thanks, I'll look into this!
@Michelle4PTG7 ай бұрын
@@briankumanchik2474 Anytime, ^_^ If you got any questions about LPE, feel free to ask. Also would suggest trying out Big Luaplayer v1.10. It shares features with LPE and it includes many neat sample.
@GhettofingerGaming8 ай бұрын
Great video dude
@briankumanchik24748 ай бұрын
Thanks!
@AllGamingStarred8 ай бұрын
Dr Beep is a wiz with the z80. Talk to him if you need more help OP
@briankumanchik24747 ай бұрын
Thanks
@AllGamingStarred7 ай бұрын
@@briankumanchik2474 just trying to help a fellow programmer
You'll need to download CBM Proj Studio and set it up first
@mateusfelipecota9 ай бұрын
@@briankumanchik2474 thank you very much
@briankumanchik24749 ай бұрын
@@mateusfelipecota You're welcome!
@briankumanchik24749 ай бұрын
Sorry, that was the Assembly and BASIC versions, I'll share the C code as well: www.dropbox.com/scl/fi/vlbpjrawdotookglum22z/invader_cc65_C_code.zip?rlkey=epo1s6ndn01dg8l1ht5ypf5kl&dl=0
@SleetyDev9 ай бұрын
hey man can you make a tutorial on making a psp game?
@briankumanchik24749 ай бұрын
I'll probably make some tutorials in the future, as soon as I finish this part (My Journey) stay tuned!
@inceptional9 ай бұрын
I can't even get PVSnesLib installed setup in the first place to even start any of this. I know it has a guide for this, but it's asking me to do stuff I have no clue about, which means it's already introducing abstruse stumbling blocks before I even get past the installation and setup, and that's just not good for someone with OCPD like me. Do you know if there's some video tutorial I can follow that visually goes through the full Windows setup process step by step such that even a total layman like myself could follow and understand?
@briankumanchik24749 ай бұрын
It is a bit tricky to get working, you have to follow the explanation on the github wiki: github.com/alekmaul/pvsneslib/wiki
@inceptional9 ай бұрын
@@briankumanchik2474 Too tricky for me unfortunately.
@briankumanchik24749 ай бұрын
@@inceptional there is lots of help at the forums/Discord
@inceptional9 ай бұрын
@@briankumanchik2474 Unfortunately for me, I just don't learn the same way people in there do, so that's never been much help to me. But hopefully that's a great resource for others wanting to dive into SNES development right now. I think I'll have to wait until some more user-friendly and intuitive tools come out or something, or until someone writes some really simple and straightforward how to guide that even I could follow. Thanks for the replies though. :)
@refeals9 ай бұрын
never heard about this library before, will definily take a look at it and your previous videos on it!
@briankumanchik24749 ай бұрын
You'll be happy you did!
@costelinha18679 ай бұрын
If you want, it might be cool to one day target systems like the GBA and Nintedo DS. I made a snake clone for the DS once, it was pretty fun, and there are plenty of helpful C libraries for it.
@briankumanchik24745 ай бұрын
Sounds good, I'll look into that, can you point me to some links?
@mohsenzare25119 ай бұрын
I like your work!
@briankumanchik24749 ай бұрын
Thank you!
@massmike1110 ай бұрын
Should have used full up quick basic so you could use the compiler
@briankumanchik247410 ай бұрын
Hmm, maybe I'll have to revisit this one!
@kairu_b10 ай бұрын
Interesting
@briankumanchik247410 ай бұрын
Thanks!
@warwolfx010 ай бұрын
can you flip sprites? You might be able to shrink the sprites by just drawing half a sprite.
@briankumanchik247410 ай бұрын
I think so, good idea!
@costelinha18679 ай бұрын
I dunno if in the library it's possible, but it should be, I don't know any game dev library that has no sprite flipping function. Also, it makes even more sense, because that's exactly what devs back in the day would do to optimize sprites for these old consoles. I believe Sakurai made a video talking about this in relation to the development of the first Kirby game.
@slembcke10 ай бұрын
Nice! NES programming is pretty fun right? I've made NES games for the last 5(?) Global Game Jams. Sort of a perfect platform for the 48 hour jam format, since it really gives you guide rails to keep things simple.
@Damnerz10 ай бұрын
Is it simple to make games with cc65 ?
@briankumanchik247410 ай бұрын
Not necessarily, but this framework is awesome! And C is easier than assembly.
@anykey712611 ай бұрын
possible to read notification from Telegram?
@briankumanchik247411 ай бұрын
I'm not actually sure, but I think so
@idiedlastmonth11 ай бұрын
Nice!!! Thanks.
@briankumanchik247411 ай бұрын
Welcome!
@mohsenzare251111 ай бұрын
Nice Start, man, I really like the style of your game! Continue the good work!
@briankumanchik247411 ай бұрын
Thanks!
@hermitxIII Жыл бұрын
As seemingly the only person left alive who's interested in this software, I'll just say I had more luck with ONElua than I did LPE. Despite what's commonly believed, the internet is a barren wasteland when it comes to information these days.
@gibs2b Жыл бұрын
kzbin.info/www/bejne/nmG7YYiumrB8irs 😉
@Godmil Жыл бұрын
I used to think it must have been easy writing games on those old systems, cause they weren't that complex... I totally didn't appreciate what a difference writing in assembly vs basic was. That example really hammered home the point. Now I'm wondering how Anyone managed to make games, getting started must have been a real struggle.
@briankumanchik2474 Жыл бұрын
Cross developing in assembly is soooo much easier than programming in assembly right on an old 8-bit machine.
@Godmil Жыл бұрын
I love the Pico-8. I really like the harsh limitations on it, but still with a nice IDE, it's the only platform I've been able to actually finish a game on, cause the memory limit prevented feature creep 😁
@briankumanchik24745 ай бұрын
It was the first IDE I started to use when I decided I would learn to program again.
@Godmil Жыл бұрын
oh man, that's hardcore using a c64 as an IDE 😄
@Godmil Жыл бұрын
I'm impressed you're using lots of libraries, every time I think I should learn a new library I get scared off by the amount of documentation that I'd need to go through, it feels almost like learning a new programming language from scratch.
@briankumanchik2474 Жыл бұрын
I'm more afraid of the lack of documentation - see Amiga BASIC.
@Godmil Жыл бұрын
As I'm watching this series I'm thinking "I wonder if I could do that?".... and then I'm thinking of the Assembly sections further down the list 😄 Can't wait to see how you got on with them.
@Godmil Жыл бұрын
OMG I can't believe the list of machines in this video series, this is going to be super interesting to go through!
@briankumanchik2474 Жыл бұрын
I'm now working on Arcade hardware, including Atari Vector Graphics, stay tuned! 🙂
@Godmil Жыл бұрын
@@briankumanchik2474 Cool!
@onkelnb Жыл бұрын
When I saw the thumbnail, I thought it was "Horace goes Skiing" on the ZX81.
@robertwilson3866 Жыл бұрын
This is great - keep it up!
@briankumanchik2474 Жыл бұрын
Thank you!
@gizmosandarduinos Жыл бұрын
ahh the old atari 600xl - so many good memories :) i totally forgot about the silver buttons down the side until i saw yours just now .. Subbed, keep feeding me nostalgia thanks :) did you ever own a toshiba MSX ?? my first 'real' computer after my trusty zx81 and where i cut my teeth programmiong. Couldnt do much on the zx81 as only 1k of ram which filled up quickly and the 16k ram pack would crash if you breathed on it too hard so that was useless hsha
@briankumanchik2474 Жыл бұрын
I never owned an MSX but played around with one in the early 90s at my first video game gig at ASCII Entertainment.
@mohsenzare2511 Жыл бұрын
I just in love with all of your stuff, I don't know why these good KZbin channel are always hidden (youtube should change its algorithm) Please explain more deeper about this stuff, If you can.
@briankumanchik2474 Жыл бұрын
Really, I'm just doing this as a hobby and showing it off (for what it's worth) but I think later I will make some tutorials on some of the content, thanks for your comment, I'm glad someone is watching ;)
@xanderpixel281 Жыл бұрын
From lua to assemble 😅 just like that.
@briankumanchik2474 Жыл бұрын
It took over 2 weeks to create that simple demo
@xanderpixel281 Жыл бұрын
@@briankumanchik2474 wow. that's why i appreciate python and lua ;))
@xanderpixel281 Жыл бұрын
Thank you! I bought one too, and it came in yellow like yours. Thank you for the video. I never thought it would be so fun to program it. 😊
@xanderpixel281 Жыл бұрын
C# ? Wow, C/C++, yes! I see it's even worse with c# than Python 😂