20 lines
621 B
Markdown
20 lines
621 B
Markdown
|
---
|
||
|
public: "true"
|
||
|
slug: "chromatic-lattice"
|
||
|
title: "Chromatic Lattice"
|
||
|
prev: false
|
||
|
next: false
|
||
|
---
|
||
|
<script setup>
|
||
|
import { data } from '../../git.data.ts';
|
||
|
import { useData } from 'vitepress';
|
||
|
const pageData = useData();
|
||
|
</script>
|
||
|
<h1 class="p-name">Chromatic Lattice</h1>
|
||
|
<p>7 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
||
|
<hr/>
|
||
|
|
||
|
<details><summary>Referenced by:</summary><a href="/garden/fedi-v2/index.md">Fedi v2</a><a href="/garden/incremental-social/index.md">Incremental Social</a><a href="/now/index">/now</a></details>
|
||
|
|
||
|
A multiplayer game I have in development :)
|