Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titanium339/tic-tac-toe-2
Web Tic-Tac-Toe game
https://github.com/titanium339/tic-tac-toe-2
css html javascript minimax theodinproject tic-tac-toe
Last synced: about 2 months ago
JSON representation
Web Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/titanium339/tic-tac-toe-2
- Owner: TITANIUM339
- Created: 2023-08-14T13:10:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T06:23:58.000Z (11 months ago)
- Last Synced: 2024-04-23T21:58:36.106Z (9 months ago)
- Topics: css, html, javascript, minimax, theodinproject, tic-tac-toe
- Language: JavaScript
- Homepage: https://titanium339.github.io/Tic-Tac-Toe-2/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-2
A Tic-Tac-Toe game built using JavaScript, HTML, and CSS.
You can play against a second player or against the computer.
Moves made by the computer are generated using the minimax algorithm.
You can adjust the difficulty of the computer.
Live Demo: https://titanium339.github.io/Tic-Tac-Toe-2/