Building Project Yellow Olive - A Pokemon inspired retro TUI game to practice Kubernetes
Hey everyone,
I've been working on Project Yellow Olive - a terminal-based game that turns Kubernetes practice into a retro Pokémon Yellow style adventure.
Recently added a new area called Signal Town, where you meet:
- Cool Turtle (our version of Squirtle)
- Team Evil (our version of Team Rocket)
The game uses real Kubernetes concepts behind the scenes (Pods, Services, Deployments, etc.) while keeping the gameplay fun and nostalgic.
It's still in early stages but slowly growing. Built using Textual for the TUI.
It can be installed via pip by typing in the following command
pip install yellow-olive
If you liked the idea or even just smiled at PsyQuack’s headache face, a star on the repo would mean a lot - helps keep me motivated to add more levels!
GitHub: https://github.com/Anubhav9/Yellow-Olive
Thanks!