What language should I use to make a card game stat tracker?
Posted by Lumpy-Firefighter155@reddit | learnprogramming | View on Reddit | 6 comments
I want to create something to keep track of stats and status effects for a card game that I made, but I'm not sure what language to use. After I finish this project, I want to transition into making games on Unity using C#, so ideally whatever language I use will be at least similar.
LucidTA@reddit
Use C# if that's your end goal.
Lumpy-Firefighter155@reddit (OP)
What software should I use? I don't think unity would be a very good option for what I need, but I could be wrong.
zeocrash@reddit
Get virtual studio community edition or Vscode if you want to build regular c# apps
Lumpy-Firefighter155@reddit (OP)
Ok, thank you!!
OwnRevolution732@reddit
Hey all! I’m a freelancer passionate about helping students succeed. I offer personalized assistance with assignments, homework, and projects in areas like AI, Data Science, Engineering, Math, and more. What are your tips for freelancers to connect with students effectively and ethically? Also, if you’re a student needing help, feel free to DM me or reach out via WhatsApp at 0113980975. Thanks for any advice or insights!
Freelance #Education #AcademicSupport #StudentHelp
GlobalWatts@reddit
There's nothing about the requirements you mentioned that makes any programming language inherently better suited than any other. They're all perfectly fine for storing and manipulating data, maintaining state, providing input/output etc
Given that, you should consider your non-functional requirements.