2024-06-04 03:59:20 +00:00
|
|
|
---
|
|
|
|
public: "true"
|
|
|
|
slug: "capture-the-citadel"
|
|
|
|
tags: [My Projects]
|
|
|
|
title: "Capture the Citadel"
|
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">Capture the Citadel</h1>
|
|
|
|
<p>39 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
|
|
<hr/>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
2024-06-26 14:56:04 +00:00
|
|
|
<details><summary>Tags:</summary><a href="/garden/my-projects/index.md">My Projects</a></details>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
|
|
|
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).
|
|
|
|
|
2024-06-18 07:32:30 +00:00
|
|
|
<div class="img-container"><img src="/garden/screenshot_1717381273245_0.png" title="screenshot.png"/></div>
|