Computer Coding Python Games for Kids (Dk) https://www.dk.com/uk/book/9780241317792-computer-coding-python-games-for-kids/
https://www.dk.com/uk/information/computer-coding/
docker build -t py-game .
UBUNTU: docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY py-game /bin/bash
MAC: in a separate window run:
- brew install socat
- brew install xquartz
- XQuartz->preferences->security: tick Allow connections from network clients
- xhost + allow connections from all hosts
- socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:"$DISPLAY"
- docker run -rm -i -v ~/:/app -t -e DISPLAY=host.docker.internal:0 /bin/bash
./start.sh