Skip to content

Simple tic-tac-toe game built using HTML, CSS, and JavaScript.

License

Notifications You must be signed in to change notification settings

arasgungore/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Simple tic-tac-toe game built using HTML, CSS, and JavaScript.

Run on Terminal

google-chrome index.html

Introduction

Screenshot

Rules

  • Two players take turns placing 'X' and 'O's in empty spaces on a 3x3 square grid.
  • Player with 'X' mark starts first. First player to get 3 marks in a vertical, horizontal, or diagonal row wins the game.
  • If all spaces are filled, the game ends in a draw.

Author

👤 Aras Güngöre