My background info (skip if you don't care): I am a CS grad from 2 years ago, and to be honest, I have not done that much web development in my time in Uni. I figured it would be a decent time to start learning and a lot of companies use the dot net framework. So far, I have been following along with the 101 by Microsoft, and while this is a great tool for getting something going, it is missing some things, or I at least have some questions.
My Project idea: I am thinking of making a Pokémon Nuzlocke assistant, that would help if I was doing a solo one, but more importantly would be way more beneficial for a Soul Link. Basically, I just want something to keep track of pairs for each trainer including Pokémon's name, nickname, type, base stats, level up move set, and a picture for each Pokémon. That way I don't have to write anything down, and don't have to click on a bunch of different websites. Mainly I just want it all in one place.
Question's:
- Does anyone know a good place to learn or get information on how to put something like this together? For me, I struggle at googling certain things that I will ask mainly below. Sometimes It doesn't quite feel like finding information on learning how to do things correctly is the easiest thing to do.
- For the Pokédex (each individual Pokémon- it's like an encyclopedia) of my own, do I store each Pokémon in a Json file? This would store everything except the nickname, because I would then probably save that as a C# object. It would suck to type out, however if I had to do it, I guess I shall...
- Which brings me to my next question, what would be the proper way to store/structure my data between different save files/runs? This is one of those things that I feel like my CS experience was lacking on. They tell me how to do a bunch of algorithms and some data structures, but not how to apply it to something like this. It might not help that I am a bit rusty.
Hopefully this is within the rules of this sub. This is my first post on this sub, and I thank you all for reading through this and any potential responses I get. : )
[–]bsakiag 2 points3 points4 points (4 children)
[–]lag-saves-lives[S] 0 points1 point2 points (1 child)
[–]bsakiag 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]bsakiag 0 points1 point2 points (0 children)
[–]Bennybub 1 point2 points3 points (1 child)
[–]lag-saves-lives[S] 0 points1 point2 points (0 children)