gnolang / hackerspace

Tinker, build, explore Gno - without the monorepo!
9 stars 5 forks source link

Proposal for support Fully Onchain Games (FOCG) #66

Open linhpn99 opened 4 months ago

linhpn99 commented 4 months ago

Overview

The purpose of this proposal is to introduce fully onchain games to Gno.land. Fully onchain games leverage the transparency and decentralization of blockchain technology to provide players with unparalleled ownership and trust in their gaming experiences.

Fully onchain games represent a paradigm shift in the gaming industry, where every aspect of the game, including asset ownership, gameplay mechanics, and rules enforcement, is recorded and executed on the blockchain. This proposal outlines the integration of fully onchain games into Gno.land, demonstrating the capabilities and advantages of blockchain technology in gaming.

image In most blockchain games, blockchain technology is used in combination with traditional game servers to offer players sovereign ownership of their in-game items.

image In an on-chain game, all player actions and data are recorded on-chain, rather than on a game server.

How Does On-Chain Gaming Work?

On-chain gaming requires that games solely use Realms to store their game logic and data.

Broadly speaking, game logic dictates the rules of a game: If it’s an online trading card game (TCG), the game logic dictates how matches begin, which cards can be played in which order, when a match ends, and more. It is the core of the game, and in an on-chain game, these aspects are written into stone using Realms. image

Conclusion

By embracing fully onchain games, we have the opportunity to redefine the gaming landscape, empowering players with true ownership and autonomy. Through this proposal, we invite collaboration and innovation in the development and integration of fully onchain games, paving the way for a decentralized gaming future.

If it make sense to consider, let's discuss !

References

https://chain.link/education-hub/on-chain-gaming https://www.linkedin.com/pulse/web3-gaming-fully-on-chain-games-blockczech-pmsbe?trk=organization_guest_main-feed-card_feed-article-content

miguelito766 commented 1 month ago

Hi @Kouteki ! thanks for your proposal, i've made some research back in the days and found this project : https://github.com/RACE-Game

Maybe it can help you on your thought :)

Cheers,