ShrimpDelightSite/app/components/shrimp-projects/project-descriptions/biotama.tsx
2026-07-11 16:25:45 -06:00

24 lines
1.0 KiB
XML

export default function BiotamaText() {
return (
<div>
<p className="mb-2">
<span className="font-bold">Biotama</span> is a game where
players attempt to convert wastelands into thriving ecosystems.
</p>
<p className="mb-2">
The player starts with a &quot;Mother Tree&quot; which acts as
the core component of the player&apos;s ecosystem. Trees grow
roots that can connect together, allowing them to communicate
and send resources between each other. Mycelial networks
function similarly for fungi.
</p>
<p>
Biotama aims to be educational as well as fun. It will feature
real-world species with tooltips showing fun facts about those
species. We are consulting with experts in biology where
necessary to ensure accuracy to the real world.
</p>
</div>
);
}