pages/site/garden/profectus/index.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2024-06-04 03:59:20 +00:00
---
public: "true"
slug: "profectus"
tags: [My Projects]
title: "Profectus"
2024-06-06 04:25:48 +00:00
prev: false
next: false
2024-06-04 03:59:20 +00:00
---
2024-06-18 07:32:30 +00:00
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Profectus</h1>
<p>73 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
2024-06-04 03:59:20 +00:00
> Referenced by: [Advent Incremental](/garden/advent-incremental/index.md), [Planar Pioneers](/garden/planar-pioneers/index.md)
> Tagged by: [Advent Incremental](/garden/advent-incremental/index.md), [Kronos](/garden/kronos/index.md), [Planar Pioneers](/garden/planar-pioneers/index.md)
> Tags: [My Projects](/garden/my-projects/index.md)
[Profectus](https://moddingtree.com) is an [Open Source](/garden/open-source/index.md) game engine I made, loosely based on The Modding Tree by Acamaeda
Technically it's more of a template for making web games
It centers around using Vue's reactivity and is designed with the intent to not restrain developers into making games that only look or behave "one way"
Games made with Profectus:
- Everything in this garden tagged with this page!
- The [entries](https://itch.io/jam/profectus-creation-jam/entries) to the Profectus Creation Jam
2024-06-06 04:25:48 +00:00
- [Primordia](https://jacorb90.me/Primordial-Tree/) by Jacorb