Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esotericenderman/tic-tac-toe
A very simple tic-tac-toe website written in HTML, CSS, and JS. This was part of the JS course by @SuperSimpleDev that I took.
https://github.com/esotericenderman/tic-tac-toe
css html html-css-js javascript js supersimpledev tic-tac-toe tic-tac-toe-ai tic-tac-toe-game tic-tac-toe-javascript tic-tac-toe-js tic-tac-toe-web-game tictactoe tictactoe-game tictactoe-javascript tictactoe-web-app tictactoe-web-application tictactoe-webapp website website-project
Last synced: about 2 months ago
JSON representation
A very simple tic-tac-toe website written in HTML, CSS, and JS. This was part of the JS course by @SuperSimpleDev that I took.
- Host: GitHub
- URL: https://github.com/esotericenderman/tic-tac-toe
- Owner: EsotericEnderman
- Created: 2023-06-17T12:01:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:26:22.000Z (4 months ago)
- Last Synced: 2024-09-17T20:41:25.690Z (4 months ago)
- Topics: css, html, html-css-js, javascript, js, supersimpledev, tic-tac-toe, tic-tac-toe-ai, tic-tac-toe-game, tic-tac-toe-javascript, tic-tac-toe-js, tic-tac-toe-web-game, tictactoe, tictactoe-game, tictactoe-javascript, tictactoe-web-app, tictactoe-web-application, tictactoe-webapp, website, website-project
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
> A very simple tic-tac-toe website written in HTML, CSS, and JS.
This was part of the [JS course](https://www.youtube.com/watch?v=SBmSRK3feww) by [SuperSimpleDev](https://www.youtube.com/@SuperSimpleDev) that I took.
The tic tac toe algorithm isn't perfect, but it can at least draw every single game (on hard difficulty).