Skip to main content

Build a game on Arbitrum

Deploy a smart contract-based game and interact with it a React app.


This tutorial shows how to build a simple game of hangman where each game is minted as an NFT; other players can play the NFT game by submitting a target and their letter guess. The app is built with smart contracts for game state / logic and IPFS for the React app / NFT visuals (using web3.storage).

You can find the source code on GitHub: https://github.com/tablelandnetwork/example-game-state-arbitrum.