From 6cd76097bbe897c3aa5c8816a6ee4dc275661a42 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 6 Apr 2023 00:09:43 -0500 Subject: [PATCH] Added more example projects --- docs/guide/getting-started/examples.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/guide/getting-started/examples.md b/docs/guide/getting-started/examples.md index a34983f1..71e46865 100644 --- a/docs/guide/getting-started/examples.md +++ b/docs/guide/getting-started/examples.md @@ -1,6 +1,18 @@ # Example Projects -## TMT-Demo +## Advent Incremental + +[View Source](https://github.com/thepaperpilot/advent-Incremental/) | [View Project](https://www.thepaperpilot.org/advent/) + +An incremental game with 25 different layers of content. A good example of what a large project looks like. There's also a partial port to 0.6 available [here](https://github.com/thepaperpilot/advent-Incremental/tree/next). + +## Primordia + +[View Source](https://github.com/Jacorb90/Primordial-Tree) | [View Project](https://jacorb90.me/Primordial-Tree/) + +A "The Prestige Tree" style incremental game, developed by the original creator of TPT. + +## TMT-Demo [View Source](https://github.com/profectus-engine/tmt-demo) | [View Project](https://profectus-engine.github.io/TMT-Demo/)