diff --git a/tic_tac_toe_random/tic_tac_toe_random.ino b/random/random.ino similarity index 100% rename from tic_tac_toe_random/tic_tac_toe_random.ino rename to random/random.ino diff --git a/tic_tac_toe_game/tic_tac_toe_first_player/tic_tac_toe_first_player.ino b/uart/player1.ino similarity index 99% rename from tic_tac_toe_game/tic_tac_toe_first_player/tic_tac_toe_first_player.ino rename to uart/player1.ino index ec33a2f..4700406 100644 --- a/tic_tac_toe_game/tic_tac_toe_first_player/tic_tac_toe_first_player.ino +++ b/uart/player1.ino @@ -248,4 +248,4 @@ void loop() { } } } -} \ No newline at end of file +} diff --git a/tic_tac_toe_game/tic_tac_toe_second_player/tic_tac_toe_second_player.ino b/uart/player2.ino similarity index 99% rename from tic_tac_toe_game/tic_tac_toe_second_player/tic_tac_toe_second_player.ino rename to uart/player2.ino index 34ec4e4..17a83fa 100644 --- a/tic_tac_toe_game/tic_tac_toe_second_player/tic_tac_toe_second_player.ino +++ b/uart/player2.ino @@ -251,4 +251,4 @@ void loop() { } } } -} \ No newline at end of file +}