A collection of example games

This is a collection of example games built on Solana. The games are built using the Anchor framework. The games are meant to be used as a starting point for building your own games on Solana.

Games

  • Lumberjack - A simple lumberjack game where you chop trees to earn wood. (Has a gum session key example)
  • Idle-game - An idle game using clockwork.
  • Seven Seas - A realtime on chain sea battle game with unity client.
  • Solana Chess - 3D Chess game built with Unity.
  • Tiny Adventure - A simple adventure game moving a character left and right on chain.
  • Battle coins - On example game showing how to interact with SPL tokens in an anchor program.
  • Coin flip - Verifiable randomness using VRF by switchboard.xyz.
  • City Builder - A competitive coorporative on chain city builder.
  • Solana 2048 - On chain 2048 game with weekly resetting highscore rewards and NFTs to save state.

Contributing

If you have a game you would like to add to this collection, please open a PR.

License

MIT