Prabhus-MacBook-Pro:pygame_examples prabhudhanapal$ python maze_runner.py
Traceback (most recent call last):
File "maze_runner.py", line 15, in <module>
import pygame
ImportError: No module named pygame
Verify if pygame exists before running the game ; code goes in the main file.
Verify if pygame exists before running the game ; code goes in the main file.
sudo easy_install pip