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

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.

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?




License

## ☝️ 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