shlogg · Early preview
Vladimir Grichina @vgrichina

Streamlining AI-assisted Development With Poorcoder And Grok

Building a Pong game with poorcoder and Grok: streamline development through the terminal with minimal file editing.

I'm Vlad, creator of poorcoder.
This tool streamlines AI-assisted development for terminal-centric workflows. It's a collection of lightweight Bash scripts that integrate with LLM services like Grok.
In this guide, we'll build a web-based Pong game using poorcoder and Grok. We'll demonstrate iterative development through the terminal with minimal manual file editing.

  
  
  Getting Started

Grab poorcoder and set it up in a fresh project dir:

git clone https://github.com/vgrichina/poorcoder.git
cd poorcoder
mkdir ../pong-game
cp -r context apply-md git-context autocommit prompts ../pong-gam...