In this development guide, we will walkthrough a simple on-chain game using the
Solana blockchain. This game, lovingly called Tiny Adventure, is a
beginner-friendly Solana program created using the
Anchor framework. The goal of
this program is to show you how to create a simple game that allows players to
track their position and move left or right.
If need to familiarize yourself with the Anchor framework, feel free to check
out the Anchor module of the Solana Course to
get started.