just a test

This commit is contained in:
2026-04-14 22:10:00 +03:30
parent 22e64624f3
commit 1b3b50ea39
+1 -1
View File
@@ -42,8 +42,8 @@ void markMoves(); // mark the possible moves that the player can do
bool moveCheck(int, int); // checks if the move in the inputed point is possible and outputs true or false based on the global turn variable. bool moveCheck(int, int); // checks if the move in the inputed point is possible and outputs true or false based on the global turn variable.
void clearMoves(); // clears all the # in the board. void clearMoves(); // clears all the # in the board.
void moveUpdate(int, int); // fillips the pices that got flipped by the placed pice in the given point. void moveUpdate(int, int); // fillips the pices that got flipped by the placed pice in the given point.
void leaderBoard(); // shows the points and the winner of the game.
void helpScreen(); // opens the help menu. void helpScreen(); // opens the help menu.
void leaderBoard(); // shows the points and the winner of the game.
int main() int main()
{ {