Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
nawt in use ;(
Posts
Comments
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
lol
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
in the 10 minutes it took me to create a string
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
that was also my vision without the label saying whos turn it is lol
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
youve made a console bowling?
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
Can't do much else lol
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
a list?
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
Okay, so what should the next step be
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
public
string Name { get; }
public
string Name { get; }
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
ill watch the gif in the mean time
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
oh yeah yours has colours
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
okay, should i create one for a number as well or is that enough?
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
there!
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
public string Name { get; }
public string Name { get; }
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
looks good?
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
public string Name { get { return _name; } }
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
or string or whatever
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
line an int?
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
namespace BowlingProgram { class Player { } }
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
Ive created a class, not sure how to do the rest.
71 replies
C
C#
•
Created by nawt in use ;( on 5/31/2023 in
#help
❔ Implement local players using a single button in Windows Forms bowling game
thats what i thought would be best
71 replies