mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-10 06:44:57 +00:00
feat: add ShellMate project to portfolio
This commit is contained in:
@@ -232,6 +232,26 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="tech-card" data-aos="fade-up" data-aos-delay="600">
|
||||||
|
<h3 class="text-xl font-bold mb-4 text-[#64ffda]">♟️ ShellMate - SSH Chess</h3>
|
||||||
|
<p class="text-[#8892b0] mb-4">
|
||||||
|
Terminal-based chess game accessible over SSH. Play against Stockfish AI, challenge friends,
|
||||||
|
or learn with interactive tutorials. Built with Python, Textual TUI, asyncssh, and deployed
|
||||||
|
on Hetzner with Docker Compose.
|
||||||
|
</p>
|
||||||
|
<div class="flex space-x-4">
|
||||||
|
<a href="https://github.com/ghndrx/shellmate" class="text-[#64ffda] hover:text-white" target="_blank">
|
||||||
|
<i class="fab fa-github"></i>
|
||||||
|
</a>
|
||||||
|
<a href="https://shellmate.sh" class="text-[#64ffda] hover:text-white flex items-center gap-2" target="_blank">
|
||||||
|
<i class="fas fa-external-link-alt"></i> Website
|
||||||
|
</a>
|
||||||
|
<a href="#" class="text-[#64ffda] hover:text-white flex items-center gap-2" title="ssh -p 2222 play@shellmate.sh">
|
||||||
|
<i class="fas fa-terminal"></i> SSH
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user