Horst: I think the code errors are caused by the code plugin that I use… but I MAY BE wrong. Will look into this soon. Thank you!
Psyguy: It’s good to know that you’re liking Pygame so far
I’m looking forward to what you’ll be able to make with it! As for tile engines, you may want to look into Phil’s Pygame Utilities, or PGU, by Phil Hassey at http://www.imitationpickles.org/pgu/ .
and:
pygame.image.load(os.path.join(‘data’,
should be:
pygame.image.load(os.path.join(‘data’,