Lazer
Lazer
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Yeah, I read up on it a little more and I agree. Thank you as well!
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Thank you for the help
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Ah alright
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Ah, yes. I just mean where all program.cs has is something like
using WarCardGame;


Game warCardGame = new Game();
using WarCardGame;


Game warCardGame = new Game();
(example from a diff project)
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Or if I need to make that and make the same in my code instead of just referencing things from both classes in the program.cs
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
So what I'm wondering is if I need to make that or if the classes can just have no relation to anything and be floating
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
I'm not sure what a state machine is. When I look online or at my teacher's example version of another project, there seems to be a class that holds the majority of code, then an instance is made of this 'game' class in the main program.cs file
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
I think I understand. So I probably don't need to make a class for the game process as a whole then?
25 replies
CC#
Created by Lazer on 5/20/2023 in #help
✅ Question regarding C# UML diagrams and classes
Yes, like OOP relations
25 replies