https://github.com/muskanpaliwal/user-interface-tic-tac-toe
This repository contains html, css and JavaScript files for creating user interface of Tic-Tac-Toe game.
https://github.com/muskanpaliwal/user-interface-tic-tac-toe
css html javascript userinterface
Last synced: 15 days ago
JSON representation
This repository contains html, css and JavaScript files for creating user interface of Tic-Tac-Toe game.
- Host: GitHub
- URL: https://github.com/muskanpaliwal/user-interface-tic-tac-toe
- Owner: MuskanPaliwal
- Created: 2019-08-21T11:41:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T15:08:45.000Z (about 6 years ago)
- Last Synced: 2025-09-24T02:42:40.277Z (8 months ago)
- Topics: css, html, javascript, userinterface
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User_Interface_Tic-Tac-Toe
This repository contains html, css and JavaScript files for creating user interface of Tic-Tac-Toe game.
The game is played between a human player which gives input to the game and an artificially created bot using minimax algorithm.
Try it:[MiniMax](https://muskanpaliwal.github.io/User-Interface-Tic-Tac-Toe)