mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-11 08:14:51 +01:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
#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"
|