Graph
The Board
The game is played on a weakly connected directed graph. The graph's sink nodes are either colored green (PRIMITIVE WIN), yellow (PRIMITIVE TIE), or red (PRIMITIVE LOSE).
The Pieces
A counter is placed on one of the graph's nodes at the start of the game. This node is the initial position.
Rules
To move: Players take turns moving the counter to an outgoing neighbor node.
To win: You win if either it is the opponent's turn and the counter is on a red sink node, or if it is your turn and the counter is on a green sink node.
The game is a tie if the counter is on a yellow sink node.
GamesCrafters
Dan Garcia (Backend)
Arihant Choudhary (Backend, GamesmanUni GUI)
Cameron Cheung (Backend, GamesmanUni GUI)