Try++
is my coding blog for chatting
about game development and sharing programming tutorials.
For each article, I will provide…
- A clear, focused goal
- Git clone links - follow along at home!
- Concrete examples
- Approachable explanations
and friendly asides.
I chose the name Try++
because I’ve encountered
a good many concepts that seemed daunting to grasp at
first but became trivial to understand with a bit of
persistence. To expand this coding philosphy out more
completely:
int try = 1;
while (!attemptToLearn()) {
try++;
sleep(100);
}
Also, the abbreviation trypp can be pronounced “tripe” and that’s the sort of thing I find disproportionately amusing.
Anyway, welcome. If you’re looking for a place to get started, explore the Series page for a good overview of available content.