-
Notifications
You must be signed in to change notification settings - Fork 0
03week 1 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
03week 1 #4
Conversation
| do | ||
| { | ||
| /*swap player turn ? Does this make sence to execute*/ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic is slightly off, you draw the board before and after each player plays.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better comments on the methods would have been nice.
| // your code goes here | ||
|
|
||
| return false; | ||
| // checking for Tie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not really checking for a tie, its just checking that every position is played.
|
Do you have time to meet today before or after class?
…On Sun, Aug 12, 2018 at 2:46 AM yousifS ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In TicTacToe/TicTacToe.cs
<#4 (comment)>
:
> };
public static void Main()
{
do
{
+ /*swap player turn ? Does this make sence to execute*/
+
Better comments on the methods would have been nice.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkbBWTXGTzC2n-NKhQVYbEp25AkLXb97ks5uP908gaJpZM4VxWMY>
.
|
No description provided.