https://github.com/dpbm/tic-tac-toe-2
A modified version of tic tac toe made using p5js
https://github.com/dpbm/tic-tac-toe-2
css html js p5js processing tic-tac-toe tictactoe
Last synced: 7 months ago
JSON representation
A modified version of tic tac toe made using p5js
- Host: GitHub
- URL: https://github.com/dpbm/tic-tac-toe-2
- Owner: Dpbm
- Created: 2024-05-29T16:31:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:35:05.000Z (over 1 year ago)
- Last Synced: 2025-03-13T01:44:17.970Z (10 months ago)
- Topics: css, html, js, p5js, processing, tic-tac-toe, tictactoe
- Language: JavaScript
- Homepage: https://tic-tac-toe-2-puce.vercel.app
- Size: 2.93 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 modified version of tic-tac-toe made using p5js.
## Changes
In this version, each player have only 3 movements. After playing all the three,
in your next turn, the first position you've played will be replaced by the new
one, going this way till the end of the game!