mattiadg / BoardGames

Two-players board games with AI engines. A project for learning software development in C++ and game programming.
Other
11 stars 13 forks source link

[TicTacToe] Choose to be be the first or second player #13

Closed mattiadg closed 6 years ago

mattiadg commented 6 years ago

This is another easy issue. Restructure the main.cpp of TicTacToe to let the user choose whether to play first or second.

manishrw commented 6 years ago

I'm taking this one.

manishrw commented 6 years ago

There is a bug building the code.

mattiadg commented 6 years ago

Can you please report the bug?

Il 11/Ott/2018 01:01 PM, "manish wadhwani" notifications@github.com ha scritto:

There is a bug building the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattiadg/BoardGames/issues/13#issuecomment-428913037, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6xou4WHqbNDIwjUjoFMf0k_So-3MiPks5ujyT_gaJpZM4XW6vi .

mattiadg commented 6 years ago

ok, I see that you did a PR. What OS and compiler are you using?

Il 11/Ott/2018 01:35 PM, "mattia di gangi" mattiadigangi@gmail.com ha scritto:

Can you please report the bug?

Il 11/Ott/2018 01:01 PM, "manish wadhwani" notifications@github.com ha scritto:

There is a bug building the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattiadg/BoardGames/issues/13#issuecomment-428913037, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6xou4WHqbNDIwjUjoFMf0k_So-3MiPks5ujyT_gaJpZM4XW6vi .

mattiadg commented 6 years ago

Sorry @manishrw, I was checking the comments from emails in my phone and I didn't notice that the PR was not from you. If you still want, feel free to add your as you picked the issue first.

manishrw commented 6 years ago

Done. #17