This is a simple web-based Tic Tac Toe game implemented using HTML, CSS, and JavaScript. It allows two players to take turns and play the classic game of Tic Tac Toe. Additionally, there is an option to play against an AI opponent.
Check out the live demo here!
- Player 1 (X): Click on the "X" box to enter your name.
- Player 2 (O): Click on the "O" box to enter your name or play against the AI.
-
Front-End Development: Enhanced HTML and CSS skills for responsive UI design with animations.
-
JavaScript Proficiency: Applied JavaScript for game logic, interactions, and AI opponent moves.
-
Game Development: Implemented Tic Tac Toe logic, handling win conditions and game flow.
-
AI Development: Created AI opponent using the minimax algorithm that made it unbeatable.
-
UX Design: Focused on user experience, optimizing input and providing informative feedback.
-
Code Organization: Employed modular code structure for maintainability and clarity.
-
Problem Solving: Developed strong debugging and testing skills to overcome challenges.
-
Version Control: Utilized Git for effective code management and collaboration.
- Assets from miguelgarest
Enjoy playing Tic Tac Toe!