Skip to content

tom-on-the-internet/rps-arena

Repository files navigation

RPS Arena 🪨 📄 ✂️

RPS Arena is a zero player game. The game plays itself. You watch.

rps-arena.mp4

Installation

Binary

Download the binary from https://github.com/tom-on-the-internet/rps-arena/releases/latest.

Make sure you choose the correct binary for your system.

nix

There's a flake in this repo. So, you can Run

nix shell github:tom-on-the-internet/rps-arena

Compile

Clone the repository, go get, go build ..

Go Install

go install github.com/tom-on-the-internet/rps-arena@main
rps-arena

Docker

docker run --rm -it golang bash -c 'go install github.com/tom-on-the-internet/rps-arena@main && rps-arena'

Usage

Execute the binary. Press h for help. Enjoy!

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Twitter: @tom_on_the_net

Email: [email protected]

Project Link: https://github.com/tom-on-the-internet/rps-arena

Acknowledgments

  • Steven for inspiring me.
  • Charm

About

Rock Paper Scissors battle in your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published