JeeperXJ90
Artist
Hey guys!
I dabble in coding every now and then, never for any sort of profit or commissions...mainly for personal use.
The HTML/CSS stuff I've learned has mostly been from messing around with DeviantArt journal skins and I'm fairly good at problem solving with it now.
I am starting an ARPG Species on DeviantArt and I'm attempting to do all of the work 100% myself (because I like a good challenge).
Are there any coders out there that might be willing to take on a young grasshopper and help me code my own breeding roller?
I understand Java enough to be able to read it. I just don't know where exactly to start. Even if I could just have someone help me with the first portion that controls the base coats in the genetics, I SHOULD be able to do the rest with very minimal questions.
Alternatively, if someone is bored and just wants to code the whole thing and teach me how to do it as you go, that's fine as well.
Basics of what I need:
The breeding roller will be a tool for admins of the ARPG to roll the resulting litter of a breeding request from a player. Players will send in a comment with links to the two parents. I will need something that I can enter the genotype and a few other options into (such as if they have a breeding item that changes the chances for something). This breeding roller will need to randomly generate a number of pups between 1 and 8. It will then need to randomly generate genders for the resulting pups. It will then need to give genos for each pup based off of the genos from the parents, as well as a few random mutations and defects that have small chances of popping up in any breeding.
I FEEL like this would essentially be a fairly simple project if someone were a master in Java, but I am nowhere near a master and don't even know where to start. It's like I can read the language, but I can't speak it. Lol.
I dabble in coding every now and then, never for any sort of profit or commissions...mainly for personal use.
The HTML/CSS stuff I've learned has mostly been from messing around with DeviantArt journal skins and I'm fairly good at problem solving with it now.
I am starting an ARPG Species on DeviantArt and I'm attempting to do all of the work 100% myself (because I like a good challenge).
Are there any coders out there that might be willing to take on a young grasshopper and help me code my own breeding roller?
I understand Java enough to be able to read it. I just don't know where exactly to start. Even if I could just have someone help me with the first portion that controls the base coats in the genetics, I SHOULD be able to do the rest with very minimal questions.
Alternatively, if someone is bored and just wants to code the whole thing and teach me how to do it as you go, that's fine as well.
Basics of what I need:
The breeding roller will be a tool for admins of the ARPG to roll the resulting litter of a breeding request from a player. Players will send in a comment with links to the two parents. I will need something that I can enter the genotype and a few other options into (such as if they have a breeding item that changes the chances for something). This breeding roller will need to randomly generate a number of pups between 1 and 8. It will then need to randomly generate genders for the resulting pups. It will then need to give genos for each pup based off of the genos from the parents, as well as a few random mutations and defects that have small chances of popping up in any breeding.
I FEEL like this would essentially be a fairly simple project if someone were a master in Java, but I am nowhere near a master and don't even know where to start. It's like I can read the language, but I can't speak it. Lol.