Skip to content
Snippets Groups Projects
Commit 05aa17ae authored by Bariatti Francesco's avatar Bariatti Francesco
Browse files

Switched cross and circle

parent 5e91065b
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ namespace game
inline bool has_won(uint16_t bitboard); //Check if the player whose bitboard was passed as a param has won
inline bool get(uint16_t bitboard, uint8_t i, uint8_t j) const; //Get a case of the board
const uint8_t CROSS = 1;
const uint8_t CIRCLE = 0;
const uint8_t CROSS = 0;
const uint8_t CIRCLE = 1;
morpion_state state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment