From c9f1537105c673380a47f0f33d45056837b803f7 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 17 May 2023 19:22:54 -0500 Subject: [PATCH] Add planar pioneers as example --- docs/guide/getting-started/examples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/getting-started/examples.md b/docs/guide/getting-started/examples.md index 36266ad0..70a2f524 100644 --- a/docs/guide/getting-started/examples.md +++ b/docs/guide/getting-started/examples.md @@ -1,5 +1,11 @@ # Example Projects +## Planar Pioneers + +[View Source](https://github.com/thepaperpilot/planar-pioneers/) | [View Project](https://galaxy.click/play/64) + +An incremental game with procedurally generated content. + ## Kronos [View Source](https://github.com/thepaperpilot/kronos/)