Merge pull request #13265 from timothyteakettle/rock-paper-scissors

adds rock paper scissors
This commit is contained in:
silicons
2020-08-27 09:42:08 -07:00
committed by GitHub
5 changed files with 81 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#define ROCKPAPERSCISSORS_RANGE 3
#define ROCKPAPERSCISSORS_TIME_LIMIT 20 SECONDS
#define ROCKPAPERSCISSORS_LOSE "lose"
#define ROCKPAPERSCISSORS_WIN "win"
#define ROCKPAPERSCISSORS_TIE "tie"
#define ROCKPAPERSCISSORS_NOT_DECIDED "not_decided"