mirror of
https://github.com/Kyren223/website.git
synced 2025-09-05 22:18:12 +00:00
Added CPU vs AI to projects
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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]"
|
||||
>
|
||||
|
Reference in New Issue
Block a user