Gamebadge3 Part 1: Creating Graphics

Поділитися
Вставка
  • Опубліковано 23 гру 2022
  • I am doing another workshop for the Midwest Gaming Classic 2023 in March. Like the other workshops I am documenting the design process here on UA-cam.
    In this video I discuss how the game's graphics are created, If you're interested in joining the workshop and making your own games afterwards, this video is your first step!
  • Ігри

КОМЕНТАРІ • 61

  • @Protochu
    @Protochu Рік тому +2

    Merry Christmas Ben!

  • @StevenIngram
    @StevenIngram Рік тому +1

    This is shaping up to be amazing. Can't wait to see how it progresses. :)

  • @MatthewZimmermann0
    @MatthewZimmermann0 Рік тому

    Merry Christmas! I can't wait to build this!

  • @REALsandwitchlotter
    @REALsandwitchlotter Рік тому

    Many thanks this is interesting stuff merry Christmas

  • @kristiandawe85
    @kristiandawe85 Рік тому +1

    Merry Christmas Ben & Bud 🎄

  • @YommyRawr
    @YommyRawr Рік тому +14

    using VsCode/PlatformIO is so much nicer than Arduino GUI.

    • @VLandrew
      @VLandrew Рік тому

      Platform io is alot slower program when it runs on pi

    • @bobweiram6321
      @bobweiram6321 Рік тому

      @@VLandrew It shouldn't run any slower than anything else. What are you doing?

  • @yjk_ch
    @yjk_ch Рік тому +1

    8:17 I believe the idea is that when you save in non-PSD format, you are making copy of image which will be used in places where you need standard image format like BMP or PNG.
    This is most likely because if you save multi-layer document in PNG or BMP, every layer information is lost.
    I do not use Photoshop, but I use Krita. When I work in Krita, I usually save main image in .kra file(Krita document), and use "export" when I want standard image format.
    Without export option, I would have to save as PNG, then re-save it as .kra so that I don't lose layer information. And of course at any point I could forget to save to .kra again, and then realize that I made a disaster on next day.
    I do remember that PS CS6 had the same bahavior back when I was learning PS in university: it acts like "export" in Krita.

  • @1pcfred
    @1pcfred Рік тому +1

    Merry Christmas!

  • @justovision
    @justovision Рік тому +1

    Cool stuff. Atmel studio (being VS based) is Windows only as well. The VSCode (cross platform, not-quite-an-IDE) microcontroller support is getting quite good too.

  • @brianm6337
    @brianm6337 Рік тому

    I have a pico, and a tiny Adafruit lcd display. For those of us who have to play along at home (and most likely won't be able to go)- assembly of it on a breadboard would be educational. For me, just getting the damn board hooked up right and running would be miraculous.

  • @unclemil
    @unclemil Рік тому +2

    Not sure if you care, but it looks like undefined behavior on line 282: The file.read()s order is not specified when used as parameter to a function in C. It may differ based on compiler - so your colors would be shuffled around. If you got this far: Great video as always.

  • @philtoa334
    @philtoa334 Рік тому

    Nice.

  • @bobweiram6321
    @bobweiram6321 Рік тому +1

    You can flash BlackMagic Firmware on a cheapo STLink v2 to do SWD debugging. You can also use another Pico. It works well. For an IDE, VSCode with PlatformIO is very nice.

  • @kippie80
    @kippie80 Рік тому

    I use J-Link programmer and debugger to program and debug over the 3 SWD pins. Using openocd, it is awsome. Have interrupted access to all ports and usb.

  • @Scrogan
    @Scrogan Рік тому

    SerialUPDI does exist if you don’t want to spend $100 for something to program the newer AVRs. No support in Microchip Studio though, but it will work in AVRdude and Arduino.

  • @Netbug
    @Netbug Рік тому

    Ben: Steps on Bud's tail
    "Nice hiss"

  • @PeetHobby
    @PeetHobby Рік тому

    Hi Ben, I think that you don't need a programmer for flashing code that is made with visual studio, only when you want to debug the raspberry pi pico too. But can use the GCC compiler(that comes with arduino IDE), GCC C and ASM work for the rapsbbery pi pico.

  • @tjtarget2690
    @tjtarget2690 Рік тому

    Notification Squad! :D

  • @CodeOptimism
    @CodeOptimism Рік тому

    Bit plane! At first I thought you were making a pun, that the bit plane was a bit plain.

  • @harisalic2568
    @harisalic2568 Рік тому

    The only thing I noticed about the new Arduino IDE is that it breaks compatibility wit the vs code arduino plug in. Btw can highly recommend using that for arduino stuff

  • @allluckyseven
    @allluckyseven Рік тому

    The hair-like looking things in Photoshop can be disabled. It's some dumb thing Adobe added for when you zoom in too close to the pixels.
    For your game idea... It would be cool to do something that allows you to fly above or walk when you're on the ground. Kind of like in Ranger-X for the Genesis, except with just one vehicle. So like a flying mech or a guy in a jetpack. That would mean extra work, but also more variety in gameplay.

  • @MateuszJagocha
    @MateuszJagocha Рік тому

    Well you can switch to Platform IO which is based on VS Code and supports Arduino stuff

  • @GeomancerHT
    @GeomancerHT Рік тому

    Is there any way to help with the game programming? How about having a socket and letting people switch ROM "cartridges" with their games on?

  • @ComgrowOfficial
    @ComgrowOfficial Рік тому

    Which code programming are you using for this program? 😉

  • @mrfilipelaureanoaguiar
    @mrfilipelaureanoaguiar Рік тому

    Great video, so in 3 months a 3AAA in 64 colors will be released by Ben? 👍🏼🎅🎁 let's see those magic fingers if they can beat the pinball machines graphics 😁.

  • @WhiteKnightMoto
    @WhiteKnightMoto Рік тому +1

    How goes the 8-Bit luggable?

  • @mrkosmos9421
    @mrkosmos9421 Рік тому

    Can't wait for someone to run DOOM-ish on this
    Or a Pico-8 emulator, given how limited the palette and screen are

  • @mikeissweet
    @mikeissweet Рік тому

    I give this a "nice hiss" rating 👍

  • @NeoTechni
    @NeoTechni Рік тому +1

    Odd, many men have trouble finding the .CLUT file

  • @UberAlphaSirus
    @UberAlphaSirus Рік тому

    Ben, have you seen these new stick modules you plug into controlers now. Just saw a shilling product placement in my youngest sons watching rocket leage. Uploader called Striped shilling Thrustmaster Eswap S Pro Controller. Worth a look eh.

  • @EdwinNoorlander
    @EdwinNoorlander Рік тому

    Why don’t use VSCode with PlatformIO?

  • @r3x883
    @r3x883 Рік тому

    Is this gonna be available as a kit for purchase?

    • @BenHeckHacks
      @BenHeckHacks  Рік тому +1

      This is a workshop for next MGC In Milwaukee.

  • @travisshipley2609
    @travisshipley2609 Рік тому +1

    Hey Ben can you fix my nvs-1000-01 psu for my sega Astro city candy cab? I’m at a loss and can figure out what I’m doing wrong. PLEASE!!!!

    • @JosephZZ
      @JosephZZ Рік тому

      He doesnt read comments been commenting since 2015

  • @LongPigg
    @LongPigg Рік тому

    Maybe you could fly slower when lower to the ground.

  • @p_mouse8676
    @p_mouse8676 Рік тому +2

    How tricky would it be to add HDMI to this instead of a display?
    That way we can make a cute tiny little game console! 👍

    • @BenHeckHacks
      @BenHeckHacks  Рік тому +3

      People have done HDMI on the Pico. But it's beyond me. I have barely looked at the PIO

    • @teh_supar_hackr
      @teh_supar_hackr Рік тому

      Personally I'd use RCA to make feel like an old game console, but HDMI is more easier to record.

  • @youtubevideos415
    @youtubevideos415 Рік тому +2

    Why aren't you using the new Arduino IDE? It's Visual Studio Code based and much better

  • @garyrobinson8991
    @garyrobinson8991 Рік тому

    Hey, what ever happened to the ‘EEVDumpsterHacks’ channel……….?

  • @guitarmansg499
    @guitarmansg499 Рік тому +1

    Please sell me MOONFORCE! Take my money!

  • @willallen7757
    @willallen7757 Рік тому

    Is pie-co the correct pronunciation? Everyone else says pea-co, but pie-co actually makes more sense.

  • @thebushyone
    @thebushyone Рік тому +1

    Is the video quality an issue for anyone else?

    • @roolin2
      @roolin2 Рік тому

      UA-cam still processing it, higher options going to be available later. That's normal.

    • @ToTheGAMES
      @ToTheGAMES Рік тому

      Its HD now, refresh.

    • @p_mouse8676
      @p_mouse8676 Рік тому

      That's mostly just right after uploading, should be fine now

  • @williammakinen2238
    @williammakinen2238 Рік тому +1

    first

  • @Skellotronix
    @Skellotronix Рік тому +3

    Hey Ben are you licensing your old designs out? MyArcade has a new Atari PocketPlayer they are putting up for pre order soon that looks incredibly similar to your Pocket Oregon Trail and Portable Atari builds. They announced on Twitter they were launching pre orders for 3 devices and the PocketPlayer specifically looks like your design.