Puzzles

Here we will use python to help us solve puzzles.

Some puzzles can be done on pen and paper, but most puzzles will be easier if we get python to do the boring part. Hopfully you will find that we are using the same python commands and concepts over and over again to solve many different types of problems - this is why programming is so powerful (and fun). Puzzles will have hints to help you figure out the steps needed and how to implement them in python.

List of puzzles

Try any of the following (currently very short) list of puzzles.

Before we start a puzzle ...

Up to now we have used the Mu editor in PyGame Zero mode. This mode is great for writing games. However, since most of our puzzles do not involve a game it will make our life easier if we switch to standard python mode.