ao chess is a chess game power by the AO blockchain on arweave to maintain game state and logic.
This repository includes the starting application and processes (that anyone can build around) to enable this.
The project folder structure is as follows:
- /app ~ the ao chess app
- /sdk ~ the SDK for interacting with the ao-chess network. Include chat and profile login functionality (using Bazar profile spec to interact with processes.)
- /docs ~ contains the specs and ADRs surrounding the ao-chess ecosystem
- /processes ~ the processes which power the chess network
Feel free to modify this structure to fit your project's needs.