frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Coderegon Trail – A retro game to help you explore open-source repos

https://www.davidtran.me/coderegon-trail/
4•dtran•2h ago
After seeing yesterday's insightful post on using git heuristics as the first step for exploring a codebase [1], I messaged a couple of friends to ask how they explore codebases today. All of us just point Claude or Codex at the repo and start asking questions. I realized I barely read docs, browse files on GitHub, or explore repos locally anymore without Claude Code. But using LLMs to help us learn and understand code rather than just write code still seems to be under-explored.

A couple months ago, I tried building a Claude code command to help me "fly through" a repo using an LLM to guide me to interesting parts of the codebase and narrate explainers for them as it navigated the files. That didn't really work, partially because my attention span for reading docs and code is at an all-time low. I saw that Devin released Deepwiki and tried to use that, but usually didn't get very far. More recently, I tried to make it fun: generate a game that tricks me into actually getting started with the codebase. I landed on an Oregon Trail inspired game where I read code snippets and answer questions generated by Claude. You can try it out here: https://www.davidtran.me/coderegon-trail/

I've been having fun pointing it at various repos, especially ones getting a lot of hype and stars but not necessarily real usage or contributions. I pointed it at a few projects that my friends and I starred but never explored as well as some of the top Show HN projects from 2026 so far that linked to open-source repos. I wanted to see if this might be interesting to anyone else who is struggling to read code. It sort of works for PRs, but that feels like a pretty different problem, so open to any ideas.

As I was typing up this Show HN, I realized that it would be ironic if this wasn't also open source, so I frantically tried to clean up the repo a bit, and pointed the command at its own source code. You can play the Recursive Trail here: https://www.davidtran.me/coderegon-trail/ or see the Github repo here:

Let me know if there are any inaccuracies, bugs, or if you'd like me to add a repo without setting it up yourself!

[1] https://news.ycombinator.com/item?id=47687273

Comments

vunderba•2h ago
Nice job. Some feedback:

1. Make sure you’re using nearest-neighbor for scaling otherwise you end up with blurry aliased fringing on assets that are supposed to represent pixel art.

2. The character is moving left to right - why are the oxen on the wrong side? Are they pushing the cart? :)

Same thing occurs when you die of "tech debt dysentery". The oxen is on the left side, but the wheels are rotating clockwise.

3. On a widescreen monitor, make sure to wrap the text section; otherwise you end up with lines that are far too long.

dtran•2h ago
Thanks for trying it, and keen eye! Fixing (with Claude code) but also taking time to try to learn a bit about the canvas drawing/pixel art, which I'm not super familiar with.
vunderba•2h ago
Sure! If you’re just drawing things directly polygons, lines, and other primitive shapes, then you can usually get away with just turning off anti-aliasing, and that will fix most visual artifacts and get you closer to that classic Apple II Oregon Trail look.

However, if you’re using pre-rendered sprite sheets, you’ll probably need to enforce integer scaling to avoid fringing or blurring.

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
113•randerson_112•8h ago•105 comments

Show HN: SmolVM – open-source sandbox for coding and computer-use agents

https://github.com/CelestoAI/SmolVM
4•theaniketmaurya•8m ago•0 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
18•etherio•1d ago•1 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
140•SirHound•12h ago•93 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
4•larry-the-agent•2h ago•0 comments

Show HN: I made a skill to tell AI on how to use human as Dobby

https://github.com/LittleLittleCloud/Dobby
2•BigBigMiao•1h ago•0 comments

Show HN: Agent Tuning, using recursion to achieve predictable agent output

https://github.com/adam-s/agent-tuning
4•dataviz1000•1h ago•0 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
21•eummm•9h ago•4 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
93•JKCalhoun•3d ago•23 comments

Show HN: Linear RNN/Reservoir hybrid generative model, one C file (no deps.)

https://raw.githubusercontent.com/bggb7781-collab/lrnnsmdds/refs/heads/main/lrnnsmdds
2•adinhitlore•2h ago•2 comments

Show HN: Coderegon Trail – A retro game to help you explore open-source repos

https://www.davidtran.me/coderegon-trail/
4•dtran•2h ago•3 comments

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
140•willmeyers•11h ago•54 comments

Show HN: GitWell – Rust CLI that recovers abandoned intentions from Git history

https://crates.io/crates/gitwell
2•DavidCanHelp•3h ago•1 comments

Show HN: chop.ax – strip sites down to just their content

https://chop.ax/
4•foax•3h ago•2 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
5•bastscho•7h ago•2 comments

Show HN: 12k+ in free AI ad credits, every platform, one file

https://github.com/darwin-studios/dmos/blob/main/free-ai-ad-credits.md
3•jason-festa•4h ago•0 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
62•meribold•3d ago•18 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
133•latchkey•1d ago•148 comments

Show HN: BrokenClaw Part 5: GPT-5.4 Edition (Prompt Injection)

https://veganmosfet.codeberg.page/posts/2026-04-08-openclaw_gpt5_4/
8•veganmosfet•7h ago•1 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
445•anonfunction•1d ago•197 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
55•PatrickVuscan•2d ago•13 comments

Show HN: Last Year I wrote a (Sci)fictional story where the EFF was a player [pdf]

https://github.com/jaronilan/stories/blob/main/Duplicitous.pdf
2•jaronilan•5h ago•0 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
61•rvitorper•1d ago•12 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
109•pruz•1d ago•33 comments

Show HN: Git-worm, the simple worktree manager

https://github.com/ThatXliner/git-worm
2•thatxliner•6h ago•0 comments

Show HN: We built a camera only robot vacuum for less than 300$ (Well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
106•indraneelpatil•3d ago•56 comments

Show HN: TUI-use: Let AI agents control interactive terminal programs

https://github.com/onesuper/tui-use
51•dreamsome•1d ago•37 comments

Show HN: Zoneless – Open-source Stripe Connect clone with $0.002 fees using USDC

https://github.com/zonelessdev/zoneless
10•tinyprojects•9h ago•7 comments

Show HN: I built a navigation app that displays weather along the route

https://navimodo.com/
55•vkatluri•3d ago•25 comments

Show HN: Skrun – Deploy any agent skill as an API

https://github.com/skrun-dev/skrun
58•frizull•1d ago•11 comments