pages/site/garden/capture-the-citadel/index.md
thepaperpilot 5ac040e4c9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m12s
Make tags/tagged by/referenced by blocks use details/summary
2024-06-26 09:56:04 -05:00

24 lines
No EOL
858 B
Markdown

---
public: "true"
slug: "capture-the-citadel"
tags: [My Projects]
title: "Capture the Citadel"
prev: false
next: false
---
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Capture the Citadel</h1>
<p>39 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
<details><summary>Tags:</summary><a href="/garden/my-projects/index.md">My Projects</a></details>
A 3D VR re-envisioning of a Slay the Spire-style game by Anthony Lawn and Grant Barbee for their VR class in college's final project.
For more details, visit [Grant's page on the game](https://grantcbarbee.github.io/conquer-the-citadel.html).
<div class="img-container"><img src="/garden/screenshot_1717381273245_0.png" title="screenshot.png"/></div>