Last 12 weeks · 0 commits
1 of 6 standards met
I think the explanation for the Rock-Paper-Scissors game is slightly wrong. On https://shark.fish/rock-paper-scissors/, the explanation is as follows: Write three regexes R, P and S such that they match each other in a cyclic Rock, Paper, Scissors fashion. In particular, R matches S, S matches P and P matches R, but R doesn't match S, P doesn't match R and P doesn't match S. The last phrase is incorrect: but R doesn't match S, P doesn't match R and P doesn't match S Here's the explanation from code golf: Write three regexes R, P and S such that they match each other in a cyclic Rock, Paper, Scissors fashion. In particular, R matches S, S matches P and P matches R, but R doesn't match P, S doesn't match R and P doesn't match S. I think this is the correct last phrase: but R doesn't match P, S doesn't match R and P doesn't match S
Repository: sharkdp/rock-paper-scissors. Description: Interactive regex puzzle Stars: 2, Forks: 0. Primary language: HTML. Languages: HTML (43.7%), PureScript (41.7%), CSS (14.6%). Homepage: https://shark.fish/rock-paper-scissors/ Open PRs: 0, open issues: 0. Last activity: 8y ago. Community health: 28%. Top contributors: sharkdp.