Viljami Peltola

Results 4 issues of Viljami Peltola

ConvertSaveload is hard to get imported correctly and it is not yet used in Chapter 7. I would suggest removing for now.

Runstate is introduced later as separate part from state. If existing in remove part it will prevent compiling the code if following the code as the book brogresses.

The main function of Chapter 4 uses new_map_rooms_and_corridors function with return value tuple (rooms, map), but the function is defined in the earlier book examples with only map returning. I...