Skip Navigation

User banner
Posts
109
Comments
1,876
Joined
2 yr. ago

  • Murderbot is fun, the cliffhangers are not

  • Oops, I wasn't clear! I appreciate the thought process there, I'll be more detailed.

    My first note was for the type hint. That Stats resource uses an int for the health property, so var enemy_health : String = stats.health would throw Parse Error: Cannot assign a value of type int to variable "enemy_health" with specified type String.
    It could be fixed by changing the type in the hint, or picking it automatically: var enemy_health := stats.health

    The confusion muddied up my second point, you can replace:

     
        
    print("This enemy has ", enemy_health, " health!")
    
      

    with:

     
        
    prints("This enemy has", enemy_health, "health!")
    
      

    Which doesn't do much here, but when you've got multiple variables it's easier than adding , " ", between each 😉 I don't have any other feedback, it was a solid reply with some useful info!

  • You love to see it

  • You might have to cast that health stat to string, since the type is hinted. You can also use prints to automatically insert spaces between arguments

    Good advice! This is a great post

  • The staggered release is annoying but will be watching anyway

  • In the next few decades we may develop AI that can automate all cognitive tasks and dramatically transform the world.

    lol

  • 🐱7

  • I just replaced my 1060 with a 6700XT And have no complaints, price was good and the card runs all my stuff fine.

    Whatever you get, make sure it has a decent amount of vram.

  • They talk a bit about the development on the podcast, if you’re into that kind of thing

  • They made the first level free to play a few years ago, even the single map has a lot of content

  • Glad to see this being talked about! GMTK had a similar idea and recently published a demo, the developer also released a devlog yesterday about it https://youtu.be/jfD7m7sgOgQ

  • So you can walk away from your desk, I assume.

    Note that the trick doesn’t work on Linux, or at least hasn’t for me. My presence just doesn’t work and I’m always yellow lol

  • Discussing battery life:

    In less demanding titles like Dead Cells the difference is absolutely insane jumping from 2 hours 47 minutes on Windows to 7 hours 8 minutes on SteamOS.

    Considering how indie friendly the deck is, this is a huge loss for MS. All other things equal that difference would easily make me drop windows.

  • I should try this again. The bending was super fun, but I couldn’t figure out how to move faster than a snail’s pace

  • 🍻🐝

  • YAAAAAAAY

    (replying from voyager 🥳)

  • Fiction Books @literature.cafe

    Are you looking forward to any new releases?

    Videos @lemmy.ml

    Peach Creek Ep1 - The Rug Pull

    Tabletop Gaming @beehaw.org

    The Drowned Arcana

    Literature @beehaw.org

    My reading spot for the weekend

    Gaming @beehaw.org

    headed home through broken railroad in The Long Dark

    Game Development @programming.dev

    Working on a little lighthouse keeper game for Playdate :)

    GameDev @lemmy.blahaj.zone

    Working on a little lighthouse keeper game for Playdate :)

    Game Development @programming.dev

    Working on a little lighthouse keeper game for Playdate :)