A simple Rock-Paper-Scissors game written in Go.
docker build -t rps:latest .docker run -it --rm rps:latestEnter your choice: rock, paper, or scissors.
The game continues until the score difference reaches 2.
This keeps it short, clear, and functional.
I can also add a **GitHub Actions note** section in 2–3 lines if you want. Do you want me to do that?