Top 10 Games from Bevy Jam 4

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • Bevy Game Jam #4 has ended! Here are the top 10 games and a dive into what dependencies they're using.
    itch.io/jam/bevy-jam-4
    Chapters
    00:00 Bevy Game Jam #4!
    00:51 #10
    04:34 #9
    06:14 #8
    09:58 #7
    13:44 #6
    16:40 #5
    18:46 #4
    21:03 #3
    23:08 #2
    24:10 #1
    27:45 The Next Jam
  • Наука та технологія

КОМЕНТАРІ • 22

  • @jebtickle4065
    @jebtickle4065 5 місяців тому +8

    This video shows the importance of tutorials in games, not just walls of text. Games need to have clear messaging of what its about, (aka, the goal of the game, controls etc) for people not so inclined in the gaming world.

  • @AdrianCretzu
    @AdrianCretzu 5 місяців тому

    Thank you for making these kinds of videos. They get me pumped to do some bevy exploration.

  • @bonesai-dev
    @bonesai-dev 5 місяців тому +3

    Hey, Thanks for playing my game, mine was the 9th place entry :)
    I think there's a lot of things I could have improved and I wish I had a bit more time to add more content into it

    • @chrisbiscardi
      @chrisbiscardi  5 місяців тому +1

      congrats on making top 10! Shipping a game in a week is a huge accomplishment.

  • @sanderbos4243
    @sanderbos4243 5 місяців тому +10

    23:33 I wish you had read the "Click to spawn entities after installing TouchOfLifePlugin" code comment, or the game jam's description mentioning "Spawn entities to unlock better upgrades, and spend lines of code to install them.", since it seems kind of essential to the game's gameplay. There are buttons on the side of the game that seem clickable. But I get that you probably aren't interested in incremental games (like Cookie Clicker), so it's understandable that you dipped :)

    • @chrisbiscardi
      @chrisbiscardi  5 місяців тому +4

      I pondered how best to respond to this and the best that I can come up with is the following line:
      "if you don't currently have to view keypresses as an expendable resource then I hope you never have to".
      I wrote "21 lines of code" in the game in the video. Each line is approximately a minimum of 20 characters, excluding whitespace lines. I did some quick math while I was playing due to some screenshots that listed 700 lines of code for the game. That's 14,000 characters just to play the game (2000-3500 words), and it seemed like I hadn't unlocked a single upgrade yet, only the base upgrade, dark mode, which introduces the mechanic at the beginning. Although I now realize the "Initial Commit" was not a status indicator and was actually a button.
      Its not that I'm "not interested in incremental games" but more that the cost of playing this one is too high for me to reasonably engage in. I can basically *either* play this game *or* make an entire other video script (or a lesson in a workshop, or a couple whole new real code examples).
      This video is not meant to act as a critique for any of the games, so I didn't include any. If I couldn't figure out how to play well (such as the mining tower defense game, which I was bad at) that is on me.
      I also want to be clear that I did read the information presented, even if I didn't include that in the video (because that is usually silent, especially if I need to read because I didn't understand something, so it gets cut out).

    • @sanderbos4243
      @sanderbos4243 5 місяців тому +1

      @@chrisbiscardi That makes a lot of sense, thanks. I can't tell whether you got the impression that I was being snarky or not, but I want to clarify that I wasn't, the video just went over the game really quick, and I didn't know if that was because of off-screen reasons or not. Thanks again for clarifying. :)

    • @chrisbiscardi
      @chrisbiscardi  5 місяців тому +4

      @@sanderbos4243 I didn't think you were being snarky, which is why I spent some time on the response for you ❤️

  • @ETBCOR
    @ETBCOR 5 місяців тому +7

    Can I just say crhis, you have such an iconic radio/announcer voice! Love all your vids

  • @blouse_man
    @blouse_man 5 місяців тому +1

    2nd and 3rd games were my favourates, i spend like half an hour just playing these two gamees

  • @FishTalkFish
    @FishTalkFish 5 місяців тому

    Let's go, Chris!

  • @jrrrohm
    @jrrrohm 5 місяців тому

    Nice one. I'm not sure if you are open to requests but I would love to see you do an overview of the current state of Bevy UI. thx!

    • @chrisbiscardi
      @chrisbiscardi  5 місяців тому

      What parts are you curious about? I'd tldr; the state of bevy ui as "getting better with each release. not yet good enough to build the internal editor UI that many people want".

  • @CornPaper
    @CornPaper 4 місяці тому +2

    multshot got no love

  • @Home-ro6cu
    @Home-ro6cu 5 місяців тому

    For game 6 im confused on what would make your hand hurt unless there's something im unaware of isnt wasd, shift, space, and ctrl pretty standard for games?

    • @chrisbiscardi
      @chrisbiscardi  5 місяців тому

      its been a few weeks so I don't remember exactly, but holding shift a bunch isn't something I do in other games, and games that do require extensive shift usage usually provide the ability to toggle it on/off or I rebind it. My hands are also very big (I'm 6'9"), so pressing control *and* wasd *and* spacebar on a regular keyboard means my pinky is constantly curled under the rest of my hand applying pressure. Needing to do all three actions all the time also means my hand is tensed the entire time rather than relaxing.

  • @bibliusz777
    @bibliusz777 5 місяців тому

    How to make audio work for wasm? Every browser I open my game in, it doesn't work. It worked one time in Opera, but then stopped

    • @lawlawlo
      @lawlawlo 5 місяців тому

      You need something like the restart-audio-context.js in bevy's bevy_github_ci_template repository.

  • @MicahT
    @MicahT 2 місяці тому

    I'd love these videos if you weren't so negative to every game

    • @chrisbiscardi
      @chrisbiscardi  2 місяці тому

      what's coming off as negative? That is definitely not my intention here

    • @MicahT
      @MicahT 2 місяці тому

      @@chrisbiscardi I think your criticisms are usually accurate, but the ratio of negative statements to positive statements is overwhelmingly in the negative. I don't mean to be offensive, I really like the format of these videos otherwise.

    • @chrisbiscardi
      @chrisbiscardi  Місяць тому +1

      I'm not offended at all. Just want to make sure that I address it in future videos if I can. "an air of negativity" isn't what I'm trying to do here.