4 ms·
I built this as a small side project to recreate the feeling of playing Hearts at a real table. Would love feedback on the gameplay feel and AI difficulty.
by Growtbloom 8mo ago
I built this as a small side project to recreate the feeling of playing Hearts at a real table.
Would love feedback on the gameplay feel and AI difficulty.
- codingdave 8mo agoThe cards aren't sorted by suit, and I saw no way to do so. Hearts really isn't playable if you cannot organize your cards.
- Growtbloom 8mo agoYou're absolutely right — thanks for calling this out. At the moment the hand isn't auto-sorted by suit, and there's no manual sort toggle yet. That's a real usability gap for Hearts, and it shouldn't have shipped like that. Adding proper suit-based sorting (and a manual toggle) is now at the top of my list. Really appreciate you taking the time to try it and point this out.