This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.
The key features are:
- Any number of games can be played
- The computer is an implementation of the Minimax algorithm
- Cross-Platform Compatibility
- GIT
- Python ^v3
- Clone the repository
git clone git@github.com:jesusgraterol/tictactoe-top.git
- Run a local server with:
python3 -m http.server
- Access the app through: http://localhost:8000/
N/A
Deploys to Github Pages automatically when commits are pushed into the main
branch.
- HTML5
- CSS3
- JavaScript
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
N/A