Project ideas from Hacker News discussions.

Ron Gilbert started production on Thimbleweed Park 2

📝 Discussion Summary (Click to expand)

Themes

1. GOG offline installers

"P.P.S There will be a GOG version. Very good news. GOG provides offline installers so you can always backup, install, and play your games forever." — theandrewbailey

2. Puzzle frustration & “moon‑logic” criticism

"There was a lack of direction (for me) and too many permutations of clicks, characters, items and locations." — nikolaNovak

3. Nostalgia & comparison to classic adventure games

"I replayed the Broken Sword games last year … a big difference is that I cared about the story and characters while playing." — esperent


🚀 Project Ideas

Portable Game Archiver

Summary

  • Creates offline, DRM‑free installers for any Steam or GOG title, letting users back up and replay games without internet or authentication.
  • Core value: permanent, platform‑agnostic game libraries that can be stored on any medium.

Details

Key Value
Target Audience Retro gamers, collectors, and anyone who wants to preserve purchased games for offline play
Core Feature One‑click generation of portable installers (including metadata, version info, and optional checksum verification)
Tech Stack Python + SteamCMD API, Go for packaging, Docker for reproducible builds, SQLite for metadata
Difficulty Medium
Monetization Revenue-ready: Subscription ($4.99/mo)

Notes

  • HN commenters repeatedly ask for “easy‑to‑download offline installer” – this directly solves that pain.
  • Could be packaged as a SaaS where users upload a Steam library export and receive a zip of installers ready for offline use.

Puzzle Logic Analyzer

Summary

  • Scans adventure game scripts to flag puzzles that rely on obscure or brute‑force logic, providing developers with actionable feedback and players with community‑rated “fair‑ness” scores.
  • Core value: improve puzzle design quality and reduce frustration from “moon logic”.

Details

Key Value
Target Audience Indie adventure developers, modders, and avid adventure gamers who track puzzle fairness
Core Feature Text‑analysis engine that maps puzzle triggers to required items, then assigns a “Logic Score” and suggests hint text
Tech Stack Node.js + Typescript, Elasticsearch for indexing game scripts, React front‑end, optional Unity plugin for integration
Difficulty Low
Monetization Hobby

Notes

  • Quote from HN: “They need an editor who will go through and identify the puzzles that must be solved through brute force” – this tool provides that editor.
  • Generates discussion around best practices and can be integrated into CI pipelines for game jams.

Multi‑Character Adventure Toolkit

Summary

  • A reusable engine/Unity package that simplifies handling multiple protagonists, item transfer, and context‑sensitive puzzles, cutting development time for complex adventure mechanics.
  • Core value: enables richer storytelling without the combinatorial headache that scares off designers.

Details

Key Value
Target Audience Adventure game studios, solo devs using Unity or Godot, and educators building narrative‑driven games
Core Feature Visual state machine for character switching, auto‑generated dialogue routing, and auto‑sync of inventory across characters
Tech Stack Unity C# package (optional Godot GDScript export), Docker for build pipelines, Graphviz for documentation
Difficulty Medium
Monetization Revenue-ready: Tiered licensing (Free for hobby, $199 per seat for commercial)

Notes

  • Community repeatedly laments “multiple playable characters make puzzles too complicated” – this tool abstracts that complexity.
  • Sparks conversation about design patterns for future adventure titles and could become a standard for upcoming indie releases.

Read Later