mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
#define GAME_SETUP 0 // Used across all datums in the same way, please keep further steps per game as they differ
|
|
|
|
#define GAME_SWEEPER "VoreSweeper"
|
|
#define GAME_FOUR_ROW "Four in a row"
|
|
#define GAME_SPACE_BATTLE "SpaceBattle"
|
|
#define GAME_RGP_DICE "RPG dice"
|
|
#define GAME_CHESS "Chess"
|
|
#define GAME_CHECKERS "Checkers"
|
|
#define GAME_NINE_MENS_MORRIS "Nine men's morris"
|
|
#define GAME_TIC_TAC_TOE "Tic-Tac-Toe"
|