Godot and IO games
I occasionally answer (often in a somewhat ascerbic tone) questions on Quora.com, not just programming though that;’s the bulk of my answers. Feel free to follow me there! One question today was asking whether it was better to deveIop IO games on Web or mobile first.
I’d never really looked at this category- what is an IO Game? Very loosely, its the replacement for Flash games, and unlike those, it can run on mobile or cross-platform. A typical development system for such games is Godot, an open source cross-platform development system. The main language is GDScript based loosely on Python but any programming languages that has GDNative bindings (so C++, C#, Rust, Nim, D and any others I don’t know about. ).
You get games like the multiplayer game agar.io which has an entry on Wikipedia and is cited as an example of an IO game.
This is more of a tip, but it can be a useful thing to know. If you look at this photo you’ll see it contains a bunch of words. Now you could type them in but that’s a bit tedious.

I noticed that the Covid lockdown had made streaming of chess games very popular and did a search to see if I could find the source of one in C. The first one I found was actually C++ (cout << is a bit of a giveaway!) but I found this one by a developer called
This assumes that you have the version 2004 of Windows 10. Run the command Winver (open a command line then type winver) to see what version you have.
Just click it and your Ubuntu (or whatever) Linux will open at a terminal prompt like this.

This is the 2nd edition. Author Jens Gustedt has generously allowed a free version to be downloaded from 

This is one of those subjective things. Do you use the default font in text editors or do you switch to a programmer’s font when the option is possible?