Implemenattion of a Tic-Tac-Toe Game on Solana
You can play the game here. Make sure you have Phantom installed and you are using Solana Devnet.
The UI repository can be found here.
solana config set --url devnet
solana config get
anchor buildGet the new program id:
solana address -k target/deploy/tic_tac_toe-keypair.jsonUpdate Anchor.toml and lib.rs with new program id.
Build again:
anchor build anchor deploy --provider.cluster devnet