2 followers
Hi. I'm Alex. I do dev(elopment of software that's pretty okay-ish every now and then). This blog will document the (mis)adventures of my journey through software I probably shouldn't have written.
.. and finally on GitHub. · During this series, we created a fun little project that's basically a really convoluted version of Rock, Paper, Scissors...
Adding loading capabilities for multiple variants of the game · This is part 3 of an ongoing series in which we try to take the usual "Rock, Paper,...
let's make the game more dynamic · Remember our RPS game from the first part of this series? Great! So now in part 2, I'd like to make it more dynamic....
a different take on the good old RPS tutorial · One of the most overused examples for tutorials is making a "rock, paper, scissors" game. I mean, it...
I'm a visual learner, so the first thing I always learn is some kind of GUI (if available). Tkinter is an obvious choice for Python. The first thing I...
the really easy "i just want to measure my code"-way · Every now and then when learning a new (or old) programming language one wants to time how long a...