from Hacker News

Show HN: Poker over SSH

by theOGognf on 9/19/24, 1:54 AM with 3 comments

I've been interested in making a TUI application and learning Rust for a while now. Since some friends and family started playing poker, I found it a good opportunity to make my "learning Rust" project a poker TUI app. Inspired by https://github.com/shazow/ssh-chat, I also wanted to make something that could be connected to and played with just using SSH. For me, poker is usually with friends and family, so I focused the app's target audience to be private, small-scale games, avoiding the headaches associated with scaling to some massive web-based platform.

Big thanks again to the folks that've already taught me some cool things about Rust and UI design.

  • by mdp on 9/20/24, 1:20 PM

    This is a cool project, reminds me very much of IRC Poker from back in the early days on the internet.
  • by skeptrune on 9/19/24, 5:39 AM

    Really fun. What was your experience w/ Rust and Clap like?