mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
0fc8ccc50e
* game collection * no phased usage * . * spellcheck * chesskers * fixes runtime during del --------- 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"
|