Hey everyone! I'm just getting started in programming and I'm hoping to create a simple simulator for flag football. I play in an 8 vs. 8 format that involves offensive and defensive linemen. Ideally, I want a program where I can run offensive and defensive plays using basic Xs and Os, plus a red dot to represent the football. It would be great to have some pre-play functionalities, like setting the defensive coverage and determining the routes for the wide receivers. Does anyone have a simulator like this, or can you offer advice on how I could develop one myself?
3 Answers
I don’t have a ready-made simulator for you, but the key is to decompose your project into smaller, manageable problems. Focus on solving those smaller pieces individually until you've built up your program!
Have you ever created a simple two-player game like chess using Xs and Os? That could be a solid starting point!
Creating this simulator isn't as simple as it sounds! You'll need to start by drafting a detailed list of project requirements. From there, break it down into specific technical requirements. Once you've done that, you can create a task list with manageable steps. It might end up being a lot longer than you expect, but tackling it piece by piece will make it easier!

You could also try making things like a higher/lower guessing game, hangman, or tic-tac-toe. These simpler projects will help you grasp the fundamentals necessary for your football simulator, including managing the game board and developing strategies. Plus, once you start with these basics, you'll have a better idea of the specifics you need for your simulator! Just remember, even though AI can help, you'll need to put in the groundwork yourself to avoid any complications later on.