Adventure Game

These exercises were written to develop the programming skills of GCSE students. I’ve used them successfully with Year 9 and 10s (13-14 year olds)

Most students practice by writing snippets. These exercises give students a feel for an extended piece of code.

There are much better ways of writing an adventure game in Python than the one shown here. Think about the limitations of my code and how you would improve on it…