#Code for maza solver and tic-tac-toe

#Please use virtual enviroment
>mkdir lecture0-search
>python3 -m venv lecture0-search
> cd lecture0-search
>source bin/activate

#Install pilow for maze.py
>pip install pillow

###################
#running maze solver

>python3 maze.py maze1.txt

#Get solve or open png image

###############
For tic tac toe (gato en español)

>pip install pygame
>python3 runner.py

