I enjoy modding games and hope to make my own game one day.
he/him.
while indexOne < listOne.len()
Was iterating between two lists and needed to compare numbers at the same index.
I'm sure there's ways to do it better, but I'm new to the language.
while indexOne < listOne.len()
Was iterating between two lists and needed to compare numbers at the same index.
I'm sure there's ways to do it better, but I'm new to the language.
It gets my thumbs up so far.
It gets my thumbs up so far.
-Somewhat Javascript-like way of declaring types, I prefer a more explicit [variable type] [name] = [start value] rather than let x = 0;, but that's just my preference
-Somewhat Javascript-like way of declaring types, I prefer a more explicit [variable type] [name] = [start value] rather than let x = 0;, but that's just my preference