Compare commits
4
Commits
872351e896
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d638b3c1d | ||
|
|
150501ef87 | ||
|
|
1b3b50ea39 | ||
|
|
22e64624f3 |
+1
-2
@@ -41,9 +41,8 @@ void playerNameSelector(int); // shows the screen that gets the users name from
|
||||
void markMoves(); // mark the possible moves that the player can do with # 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 moveUpdate(int, int); // fillips the pices that got flipped by the placed pice in the given point.
|
||||
void clearMoves(); // clears all the # in the board.
|
||||
void leaderBoard(); // shows the points and the winner of the game.
|
||||
void helpScreen(); // opens the help menu.
|
||||
void leaderBoard(); // shows the points and the winner of the game.
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user