Skip to content

Commit

Permalink
Update link for chess game sample
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon authored Dec 26, 2023
1 parent a2be2bd commit 2a57c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial/onchain-chess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We're building an on-chain chess game contract that lets you start a new game an
3. Add some functions to check a legal move
4. Play chess ♟♙ - integration test!

The full code of tutorial is based on [this repo](https://github.com/dojoengine/origami/tree/main/dojo-chess).
The full code of tutorial is based on [this repo](https://github.com/dojoengine/origami/tree/main/examples/chess).

If this seems too hard, don't worry! This guide is for beginners. If you know some basics about Cairo and Dojo, you're good. We won't make a full chess game with all the rules. We're keeping it simple.

Expand Down

0 comments on commit 2a57c23

Please sign in to comment.