Added CPU vs AI to projects

This commit is contained in:
2025-07-28 11:17:10 +03:00
parent 109a25ac9a
commit 953df2be1d
2 changed files with 13 additions and 11 deletions

View File

@@ -8,9 +8,9 @@ This blog post is about my experience participating in the boot.dev 2025 hackath
## The team
- Kyren223 (me) - contact me through discord
- GottZ - contact https://contact.gottz.de/
- Nuclear Pasta - contact TODO
- Kyren223 (me) - discord kyren223
- GottZ - website https://contact.gottz.de/
- Nuclear Pasta - discord jacob_v_thaumiel
## The idea

View File

@@ -7,7 +7,16 @@ import Project from "@components/Project.astro";
<div
class="w-full max-h-[80svh] overflow-auto sm:overflow-visible"
>
<div class="sm:grid sm:gap-[1.25vw] sm:grid-cols-[2fr_1fr]">
<div class="sm:grid sm:gap-[1.25vw] sm:grid-cols-[2fr_3fr]">
<Project
title="CPU vs AI"
description="Game (made with Zig)"
href="https://github.com/The-Memory-Managers/cpu-vs-ai"
>
A tower defense game where an AI chip on your motherboard
generates bugs! Place CPUs to destroy the bugs!
Don't let them corrupt your RAM!
</Project>
<Project
title="Kapi"
description="Minecraft Plugins Framework"
@@ -17,13 +26,6 @@ import Project from "@components/Project.astro";
process of Minecraft plugin development. Enabling developers to
make impressive plugins with ease!
</Project>
<Project
title="???"
description="???????"
href="https://github.com/KapiMC/Kapi"
>
????????? ???? ??????? ????? ???????? ??????
</Project>
<div
class="sm:col-span-2 sm:grid sm:grid-cols-[1fr_1fr_1fr] sm:gap-[1.25vw]"
>