An open API service indexing awesome lists of open source software.

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.

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)