https://github.com/jmheartley/tic-tac-toe
Play the classic game against the CPU or with a friend.
https://github.com/jmheartley/tic-tac-toe
dreamlo game html-game javascript javascript-game leaderboard tic-tac-toe tictactoe-javascript
Last synced: 4 months ago
JSON representation
Play the classic game against the CPU or with a friend.
- Host: GitHub
- URL: https://github.com/jmheartley/tic-tac-toe
- Owner: JMHeartley
- License: mit
- Created: 2022-12-22T21:55:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T16:13:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T08:13:37.691Z (6 months ago)
- Topics: dreamlo, game, html-game, javascript, javascript-game, leaderboard, tic-tac-toe, tictactoe-javascript
- Language: JavaScript
- Homepage: https://justinsportfol.io/Tic-Tac-Toe/
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
❌ Tic-Tac-Toe ⭕
How many consecutive wins can you get againt the CPU? Can you beat my highscore and climb to the top of the leaderboard?
## ☝️ About
Choose to match up against the CPU or a friend 🤔 After a winning streak against the CPU is broken, you can enter your name on the leaderboard 🥇This project started when I first learned to program years ago ⌚ After I wrote [dreamlo.js](https://github.com/JMHeartley/dreamlo.js), I revamped this game by adding a leaderboard for consecutive wins against the CPU 💪
## 📖 How to Play
Tic-tac-toe is a simple and classic game played by two players on a 3 by 3 grid. Each player takes a turn placing their symbol (❌ or ⭕) in one of the empty squares.To win, a player must be the first to get three of their symbols in a row, either horizontally, vertically, or diagonally.
## 👩🏾💻 Technologies Used
+ [HTML](https://www.w3schools.com/html/) - webpage markup language
+ [CSS](https://www.w3schools.com/Css/) - webpage styling language
+ [Javascript](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) - webpage interactivity language
+ [dreamlo.js](https://github.com/JMHeartley/dreamlo.js) - Javascript leaderboard library
+ [jQuery](https://jquery.com/) - Javascript shorthand library
+ [VSCode](https://code.visualstudio.com/) - code editor## 📃 License
[The MIT License (MIT)](/LICENSE)Copyright (c) 2022 Justin M Heartley