RepoPilot

Which one should I pick for a new project?

About hearthsim/hearthstone-deck-tracker · 2 messages · last activity 9/7/2026

Question

Which one should I pick for a new project?

RepoPilot

I can only answer questions about hearthsim/hearthstone-deck-tracker or lorisyounger/vpet.

If you're asking which of these two repositories to study or contribute to, I'd need more context about your goals. However, I can describe what each does:

  • hearthsim/hearthstone-deck-tracker is a Windows desktop application (.NET/C#) that tracks Hearthstone card game decks during gameplay with an in-game overlay and deck manager.

  • lorisyounger/vpet is a virtual pet desktop simulator (.NET/C#) with customizable animations and plugin support.

These are completely different projects—one is a game utility, the other is a pet simulation game. Your choice depends on what you want to build:

  • Pick Hearthstone Deck Tracker if you're interested in game tooling, deck management, or Hearthstone automation.
  • Pick VPet if you're interested in desktop simulation games or pet mechanics.

Architecture notes (from RepoPilot signals):

  • Hearthstone Deck Tracker shows a C-grade architecture (50/100) with incomplete import graph analysis, no detected CVEs, but weak OpenSSF Scorecard (2.7/10).
  • VPet's architecture signals are not analyzed, but it uses a plugin/MOD system [VPet-Simulator.Core/Graph/GraphCore.cs:L294-L346] for extensibility.

If you're starting fresh, clarify: Are you building a game utility, a game, or something else?

FOLLOW_UPS:

  • What type of desktop application are you building?
  • Do you need plugin/MOD support architecture?
  • Are you targeting Windows specifically?

Public Q&A. Generated by RepoPilot from the actual source of hearthsim/hearthstone-deck-tracker. AI answers can be incomplete or stale — verify before relying on them.