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
- Host: GitHub
- URL: https://github.com/ryanreece/chatgpt-tic-tac-toe
- Owner: ryanreece
- Created: 2023-04-07T05:17:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T05:51:24.000Z (about 3 years ago)
- Last Synced: 2025-03-06T00:26:12.669Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.