Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~253 People Reached
Favorite Forums
Member Avatar for jude1693

hi guys... I am having a hard time figuring out how i could determine the winner of the game and how I can determine if a game is a draw. Any suggestions or code that i should input in my porject? Please help me. Im new in C#.

Member Avatar for moteutsch
0
140
Member Avatar for jude1693

This is what I have done so far. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace game.casestudy { public partial class Form2 : Form { public Form2() { InitializeComponent(); } private void objectiveToolStripMenuItem_Click(object sender, EventArgs e) { Form Ronald = new …

Member Avatar for jude1693
0
113