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] Informative outputs during game #6

Closed mattiadg closed 6 years ago

mattiadg commented 6 years ago

This is very easy for newcomers and beginners. Just add information output during the game (whose turn it is, turn number, input format) and a prompt that asks the user to insert its input.

Pansaai commented 6 years ago

I would like to help with the issue @mattiadg

mattiadg commented 6 years ago

Please do it. You should modify the TicTacToe/main.cpp to add some prints and help to understand what's going on.

Il 11/Ott/2018 12:22 PM, "Thomas Pans" notifications@github.com ha scritto:

I would like to help with the issue @mattiadg https://github.com/mattiadg

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mattiadg/BoardGames/issues/6#issuecomment-428903010, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6xokrDCR-d--eEZ2D7OVcdMmNsTQhuks5ujxv4gaJpZM4XNjm7 .

mattiadg commented 6 years ago

Issue solved #16