Skip to content

tareqitos/tictactoez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Z

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.

Features

  • Dragon Ball Z themed graphics and sounds
  • Interactive game board
  • Player turn indication
  • Restart game functionality
  • Background music and sound effects

Technologies Used

  • HTML
  • CSS
  • JavaScript

Learning Objectives

  • Manipulate the DOM using JavaScript
  • Add event listeners to HTML elements
  • Update the UI dynamically based on user interactions
  • Implement game logic in JavaScript