Python: Rock, Paper, Scissors but polished
.. and finally on GitHub.
Dec 20, 20217 min read

Search for a command to run...
.. and finally on GitHub.

Adding loading capabilities for multiple variants of the game

let's make the game more dynamic

a different take on the good old RPS tutorial

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 recommend to beginners, is to learn how to update GUI components from each other. Mostly this is do...

the really easy "i just want to measure my code"-way