Skip to content

Commit

Permalink
Fix the README.md's description
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusgraterol committed Nov 30, 2023
1 parent de166d4 commit d0712ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Tic Tac Toe](./readme-assets/screenshot-01.png)

This application allows the user to draw anything on a canvas with the mouse and it is the submission for [The Odin Project: Tic Tac Toe](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe). The key features are:
This application implements the popular Tic Tac Tow game and it is the submission for [The Odin Project: Tic Tac Toe](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe). The key features are:

- Any number of games can be played
- The computer is an implementation of the Minimax algorithm
Expand Down

0 comments on commit d0712ff

Please sign in to comment.