Skip to content

Instantly share code, notes, and snippets.

View DeltaJordan's full-sized avatar

DeltaJordan DeltaJordan

View GitHub Profile
int currentPositionX = 2;
int currentPositionY = 5;
int[][] arrayInts = {};
int matchNum = 1;
int directionalInt = 1;
int direction = 1;
bool hasWon = false;