RPS Arena is a zero player game. The game plays itself. You watch.
rps-arena.mp4
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.
There's a flake in this repo. So, you can Run
nix shell github:tom-on-the-internet/rps-arena
Clone the repository, go get
, go build .
.
go install github.com/tom-on-the-internet/rps-arena@main
rps-arena
docker run --rm -it golang bash -c 'go install github.com/tom-on-the-internet/rps-arena@main && rps-arena'
Execute the binary. Press h
for help. Enjoy!
Distributed under the MIT License. See LICENSE.txt
for more information.
Twitter: @tom_on_the_net
Email: [email protected]
Project Link: https://github.com/tom-on-the-internet/rps-arena
- Steven for inspiring me.
- Charm