What Language Should I Use to Create a Yugioh Tournament Software?

0
3
Asked By CuriousCoder99 On

I'm looking to create some tournament software for Yugioh and need some guidance. I want it to have features like a database for user details (username and real name), the ability to create tournaments, toggle between different modes (like tag duels, Swiss, normal, knockout), and also manage participant edits during tournaments. Additionally, I need it to maintain a scoreboard. Given all this, should I go with VBA since it has a table database, or would Python be better? Possibly a third language? Keep in mind I'm pretty much a beginner with coding, and I can only handle basic pseudo code.

2 Answers

Answered By BeginnerBuddy27 On

Creating that software isn't really a walk in the park if you're just starting out. Concentrate on learning how to program first! Once you’re more comfortable with coding, you'll find this project more manageable.

Answered By TechieTom87 On

Starting a coding project like this as a beginner is a bit ambitious! I'd recommend focusing on learning programming fundamentals first. VBA isn't really a standalone database solution and is generally limited to MS Office apps. I think Python would be a much better fit for your goals. You can find plenty of online courses to help you get started! Check out "Python Programming 2025" on MOOC for a solid introduction.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.