this post was submitted on 07 Jul 2023
127 points (100.0% liked)

Gaming

30238 readers
248 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Shuji Utsumi, Sega’s co-CEO, comments in a new statement that there is no point in implementing blockchain technology if it doesn’t make games ‘fun’.

you are viewing a single comment's thread
view the rest of the comments
[–] cosmic_skillet@lemmy.ml 13 points 1 year ago (2 children)

Yeah I've been wondering the same thing too, like what's the point? I've seen some devs try to use blockchain for tracking ownership of items, so you could trade/sell items to others and it would all be tracked and verified through the blockchain. But if you're playing a game that's hosted by a centralized server, then just use a database. I don't see any benefit for a decentralized blockchain when you're playing on a centralized server.

[–] SuperZutsuki@lemmy.ml 9 points 1 year ago (1 children)

There isn't a use case. They created a product and keep trying to shoehorn it into any industry they can.

[–] TassieTosser@aussie.zone 8 points 1 year ago

The use case is being a buzzword they can use to scam cryptobros and the gullible.

[–] MagicShel@programming.dev 0 points 1 year ago (1 children)

Maybe as an anti-cheat measure for P2P games?

[–] Deestan@beehaw.org 1 points 1 year ago (1 children)
[–] MagicShel@programming.dev 1 points 1 year ago (1 children)

Like item duplication or flat out editing. I’m just trying to imagine anything useful about blockchain in gaming and I that’s all I can come up with.

[–] Deestan@beehaw.org 1 points 1 year ago (1 children)

Ah, I see.

The part about a blockchain that would prevent this cheating are incidental: Its remote nature and unique item IDs, which are abilities it shares with a regular database on the game server.

[–] MagicShel@programming.dev 2 points 1 year ago

Exactly. To replace the game server in a peer to peer game where the host cannot be trusted, for example. You replace the central authority with a distributed authority. In theory. It seems to me a central game server would be easier, but I’d course the game stops working when the server shuts down. Blockchain would presumably allow the game to keep working as long as there is a player base to function as an authority. But this seems a contrived idea. I can’t imagine it would be better than a server in practice.