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

https://github.com/ryanreece/chatgpt-tic-tac-toe

Implementation of a web based tic tac toe game with the help of ChatGPT
https://github.com/ryanreece/chatgpt-tic-tac-toe

Last synced: 2 months ago
JSON representation

Implementation of a web based tic tac toe game with the help of ChatGPT

Awesome Lists containing this project

README

          

# Tic Tac Toe Game

This is a simple Tic Tac Toe game built with JavaScript and HTML/CSS. The code in this repository was generated entirely using ChatGPT, a large language model trained by OpenAI.

Author: Ryan (using ChatGPT)

To play the game, simply open the index.html file in your web browser. The game board will be displayed on the screen, and you can click on each cell to make your move. The first player to get three in a row wins the game. If no player has won and all cells are filled, the game ends in a tie.

Have fun playing!

P.S. This README.md file was also written entirely using ChatGPT.