This is a simple python example of a Tic Tac Toe game made entirely using python and dev containers. This is part of the Artificial Intelligence and robotics workshops made by @AIMalaga.
To run this project...
1. Install Remote Containers VS Code plugin
# Press Ctrl + shift + p
# Paste ext install ms-vscode-remote.remote-containers
# Press Enter
2. Open the dev environment
# Press Ctrl + shift + p
# Search for Remote-Containers: Rebuild and Reopen in container
# Press Enter (and wait, first time takes a few minutes)