bin.pol.social

PP_BOY_, do games w Do you have any recommendations for casual games?

I played through My Friend Pedro over the weekend when I had a few hours to chill. I can’t promise that it’ll keep you preoccupied for long but I really enjoyed it

Gh_stt, do games w Do you have any recommendations for casual games?

Try some retro games as well, some beat 'em up & shoot 'em up games, zelda games, Shinning Soul I & II

Rhynoplaz, do games w Do you have any recommendations for casual games?

Here’s a slightly different spin on “computer games”

I have Boardgamearena.com in the background of my browser. I often have a few board games going at once. You take your turn, and it alerts you when it’s your turn again. There are also games you can play solo if you don’t wait to wait around for others.

slimerancher, do games w Do you have any recommendations for casual games?
@slimerancher@lemmy.world avatar

Try some cozy games, like Animal Crossing, or any of the dozens of other farming / crafting games. If you want 3D, Slime Rancher is a good option in this category.

Destide has already mentioned Stardew Valley, which is also a great choice.

You can also try some not-difficult side-scrolling game, like Rayman Legends, it has some difficult levels, but most of the game is very chill.

perviouslyiner, (edited ) do games w Do you have any recommendations for casual games?

Project Highrise might fit the bill - it’s pretty relaxed, and lasts forever.

rockerface, do games w Do you have any recommendations for casual games?

HoloCure is another take on Vampire Survivors genre, but with slightly more complex mechanics (closer to a twin stick shooter) and VTuber themed characters. It’s also completely free on Steam as it’s a fan made project, but that does not detract from its quality in any way.

AceQuorthon, do games w Do you have any recommendations for casual games?

Tetris :)

I am running Tetris for the PSP on my Steam Deck and I love it!

ABCDE, do games w Do you have any recommendations for casual games?

Halls of Torment and Brotato are both similar to Vampire Survivors, but better in my opinion. Great art styles and the weapon system in Brotato is really fun.

Casual-wise, story-based games are nice, like Frog Detective, Florence and the like.

adamnejm, do gaming w anyone know any good android games?
@adamnejm@programming.dev avatar
  • Sokoban
  • Atomas
  • Magic Survival
  • Mindustry
  • Terraria
B0rax,

+1 for mindustry. If you like factorio, this is a game for you.

FrostyCaveman, do gaming w *Got away safely*

Do you have a single fact to back that up?

otp,

That they got away safely? Maybe the fact that they’re on Lemmy

samus12345,

Hope they didn’t drop too much money when they ran away.

Nasan,

It’s all in the numbers. Number one, that’s terror.

FrostyCaveman,

Terror built into the system.

frayedpickles, do gaming w Responsible Adult say no to Store Exclusive.

It saddens me what a DRM shill you are

lud,

In what way are they a DRM shill?

areyouevenreal,

Steam I am guessing

lud,

Steam isn’t DRM though.

frayedpickles,

Sure bud, sure

Cavemanfreak,

There are lots of games you can play without even having steam running.

lud,

Yeah, steam offers a free(?) very basic DRM for developers/publishers to use but they don’t have to use it and loads don’t.

Steam is a marketplace.

frayedpickles,

Imagine a world where steam used it’s monopoly for good.

With great power comes great responsibility, and steam abdicated.

CileTheSane,
@CileTheSane@lemmy.ca avatar

What is it you think Steam should be doing that it isn’t?

frayedpickles,

Refusing to allow DRM on it’s platform. How is that unclear from the context?

CileTheSane,
@CileTheSane@lemmy.ca avatar

How is that unclear from the context?

Because it was in reply to someone saying

There are lots of games you can play without even having steam running.

frayedpickles,

👍

frayedpickles,

Lol at whoever said “downvoting the claim isn’t enough, I also need to downvote clarification of the claim”

CileTheSane,
@CileTheSane@lemmy.ca avatar

GOG is DRM?

frayedpickles,

Obviously not, don’t be weird

CileTheSane,
@CileTheSane@lemmy.ca avatar

So how is somebody insisting games be on GOG a DRM shill?

frayedpickles, (edited )

They are not doing that, reread OP

apotheotic, do gaming w anyone know any good android games?

Sky: Children of Light is a delightful game from the creators of Journey, and plays sort of like a Journey MMO

It has a splendid soundtrack featuring vocals from the ever talented AURORA, and beautiful visuals. It is also a great social experience, putting a focus on fostering connections and community. It gets regular content updates and its just super cozy!

sleepybisexual,

Nice.

Do you know if it has controller support?

apotheotic,

I am not certain if the android version has controller support but I do know that they ported it to consoles and PC and those versions indeed do have controller support

babyincubi,

deleted_by_author

  • Loading...
  • sleepybisexual,

    I’m sold

    babyincubi, (edited ) do gaming w anyone know any good android games?

    deleted_by_author

  • Loading...
  • OmegaLemmy,
    @OmegaLemmy@discuss.online avatar

    I want to add Katawa Shoujo for those who might enjoy visual novels

    SolarPunker, do games w How Xbox backward-compatibility works?

    Addendum for anyone interested in learning more: Xbox One should upscale games to around 1080p, while Xbox One X, Xbox One Series X/S and PS5 can upscale to 4K. If you have any further technical additions on upscale differences they are appreciated.

    Blackmist, do gaming w Responsible Adult say no to Store Exclusive.

    TFW PS5 only.

    glitchdx,

    does playstation even have exclusives anymore?

    Blackmist,

    Mostly seems to be timed these days.

    Bloodborne still MIA though.

    CileTheSane,
    @CileTheSane@lemmy.ca avatar

    Console exclusives have a logic to them, it takes extra time and money to translate a game to be playable on different hardware.

    Store exclusives do not make sense. No game is only purchasable at GameStop, and the only reason for it is to avoid competition.

    Psythik,

    Both major consoles run on x86 hardware now. I mean, if a bunch of Brazilians can hack the PS5 version of Spider-Man 2 to run natively on PC, it can’t be that difficult for a AAA studio to port their console exclusives to PC.

    AnyOldName3,
    @AnyOldName3@lemmy.world avatar

    Being x86 or not doesn’t have much impact. The CPU instruction set is dealt with by the compiler, and the only differences that show through will be which memory access bugs and race conditions end up having symptoms. The effort comes in because the GPU is programmed completely differently, so a lot of the rendering code needs to be rewritten from scratch, most PCs with good GPUs don’t have unified memory, so you need to manage when things are transferred to the GPU and back, and you’re not targeting one single piece of hardware, but instead many different ones that support different features, perform differently when asked to do the same thing, do different things in cases where the API specification says they can, and do different things when there’s a graphics driver bug.

    Things aren’t as complicated as they were when porting things to and from the PS3, which had co-processors that had to be managed separately, or from the Dreamcast, which had a GPU that supported a bunch of things that couldn’t be done on a PC GPU until around 2010. The change wasn’t down to the CPU, and was instead that consoles no longer have weird extra hardware that PCs don’t, so you can typically just try and do the same things in the same ways and it’ll almost always be possible.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • test1
  • NomadOffgrid
  • esport
  • ERP
  • rowery
  • krakow
  • Gaming
  • Technologia
  • muzyka
  • Spoleczenstwo
  • sport
  • informasi
  • tech
  • healthcare
  • FromSilesiaToPolesia
  • fediversum
  • turystyka
  • Psychologia
  • Cyfryzacja
  • Blogi
  • shophiajons
  • retro
  • Travel
  • gurgaonproperty
  • slask
  • nauka
  • Radiant
  • warnersteve
  • Wszystkie magazyny