/rps-battle-royale

Simulating Rock, Paper, Scissor fights in cellular automata style

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Rock Paper Scissors Battle Royale

Inspired by this post, I wondered who will win if such an RPS contest were to be held. So I decided to implement it as cellular automata as a recreational activity.

Quick start

Clone the project and cd into it

$ chmod +x build.sh // for the first time only
$ ./build.sh
$ ./rps

Demo

rps-demo

Color Maps

  • 🟨 => Rock
  • ⬜ => Paper
  • 🟥 => Scissor

References