From 56f2308b7c0fb532eacec4b6ee6527eceda60542 Mon Sep 17 00:00:00 2001 From: Loaf <90423308+ponderingdemocritus@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:15:28 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 57eea733..a2b9d48b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ - [random](./crates/src/random) - [security](./crates/src/security) +### Examples using the Origami +- [Simplex noise hex map](./examples/hex_map) +- [Market](./examples/market) +- [Projectile](./examples/projectile) + ### Easy integration into your project Incorporate `origami` seamlessly into your projects using Scarb.toml.