Tic Tac Toe Z is a tic tac toe game with a Dragon Ball Z theme. This project is designed for learning DOM manipulation and event listeners in JavaScript.
- Dragon Ball Z themed graphics and sounds
- Interactive game board
- Player turn indication
- Restart game functionality
- Background music and sound effects
- HTML
- CSS
- JavaScript
- Manipulate the DOM using JavaScript
- Add event listeners to HTML elements
- Update the UI dynamically based on user interactions
- Implement game logic in JavaScript