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

Gaming

30256 readers
341 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
[–] 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.