import { Demo } from "@/components/Demo"; import { ProjectPage } from "@/components/ProjectPage"; export const metadata = { title: "Shleep", description: "A couch co-op base defense game where you protect a sleepign child from nightmares.", date: "February - June 2023", slug: "shleep", image: "/shleep-icon.svg", url: "https://bigbootstudio.itch.io/shleep", hidden: true, tags: ["Unity", "C#", "HLSL", "Shader Graph", "Visual Effects Graph"], type: "personal", }; export function ShleepProject() { return (

Shleep is a couch co-op base defense game where you can build towers to help aid you and your party to protect a sleeping child from nightmares.

Technologies

Screenshots

); }