Day 1 vibes

This commit is contained in:
2026-06-10 21:11:24 -04:00
commit adeb4ae7cb
297 changed files with 68133 additions and 0 deletions
@@ -0,0 +1,9 @@
---
category: Task
status: Done
---
Based on the files in docs/Notes, create a document website in the ET/Web Blazor website.
I should see all the notes listed in pages. This will be in a /docs href. Each Note will be a sub page. Such as /docs/crisis
Ensure the markdown frontmatter is visible.
@@ -0,0 +1,5 @@
---
category: Task
status: Done
---
In the Console project, write a C# script that would cause what you did to the docs/notes, of moving it to the Web/wwwroot/docs folder, generating notes-index.json, and whatever else you did.
@@ -0,0 +1,9 @@
---
category: Task
status: Done
---
Create me an image that will represent a map that a player can travel all.
Area's a player can travel to are called regions. Find the region data by checking the markdown files with the category of region in their front matter.
The connection frontmatter are how the region connects. Make the regions circles, and draw lines between regions on where they connect. Use the X and Y frontmatter to determine the placement of the regions.