Battleship Algorithm
An introduction to algorithms. You can use algorithms to solve most tasks, this video looks at the optimum algorithm for winning a game of battleships.
Key Frames
This video is an interesting look at how animation in computer games work and how they can look good. It’s useful watching if you’re doing anything with PyGame or any other games program.
Globals
The problem with globals, and why you should use subroutines When you’re writing something like a binary converter it isn’t too bad, but the code can start to get messy, with whole chunks of the program being in loops and things like that making tweaks and debugging more tricky. When you start writing a program …. Read More