Skip to content Skip to sidebar Skip to footer
Showing posts with the label Map

Python Typeerror: Sequence Item 0: Expected Str Instance, Nonetype Found

I copied this code from a book: lyst = {'Hi':'Hello'} def changeWord(sentence): … Read more Python Typeerror: Sequence Item 0: Expected Str Instance, Nonetype Found

Loading A Map In Pygame / Python

How would I go about loading a map file in Pygame / Python? I would like to load a map file in this… Read more Loading A Map In Pygame / Python