Tic Tac Toe
Coding Challenge #149
This is a beginner-friendly challenge where I attempt to code a basic version of the game Tic-Tac-Toe using JavaScript and the p5.js library.
Community Contributions
- Regular Tic-Tac-Toe...or so it seems. by wmrsp (Source Code)
- Tic-Tac-Toe Human vs Human (click) by Sayan Ghosh (Source Code)
- Resizable Tic-Tac-Toe by David Snyder (Source Code)
- Tic-Tac-Toe Animated! by The Tasteful Toastie (Source Code)
- Tic-Tac-Toe PVP (click) by Diptanu Roy (Source Code)
- Tic-Tac-Toe Human Play by Gabriel (Source Code)
- Customizable Tic-Tac-Toe by mmftl (Source Code)
- Re-sizable Tic-Tac-Toe PvsP (click) by Manikanta Narayana (Source Code)
- Tic-Tac-Toe Challenge Complete! by James Lang (Source Code)
- Tic-Tac-Toe with invincible AI by Timur Dzhalalov (Source Code)
- Color Tic-Tac-Toe PvsP (click) by Arthur Cavalcanti (Source Code)
- 2 player Tic-Tac-Toe (slightly advanced) by Brogamer5000 (Source Code)
- Tic Tac Toe 2 players (simple) by David Dostal (Source Code)
- Tic Tac Toe (Dynamic grid Size using classes) by Ahmed kabapy (Source Code)
- Human vs. AI by Thom Kastelein (Source Code)
- SuperBasic TicTacToe (HumanVsHuman) by Ahmet Ataşoğlu (Source Code)
- Learning Vue by Digicrest (Source Code)
- 3D Tic Tac Toe by Jean-Loup (Source Code)
- 3 in a row extended tic tac toe by Maciej Dabkowski (Source Code)
- tic tac toe game by Udit Sharma (Source Code)
- Just some shapes by The Suspect (Source Code)
- TicTacToe with options by Claudiu C (Source Code)
- TicTacToe with Machine Learning (Python) by Rohan Jaisimha (Source Code)
- Tic-Tac-Toe PvsAI Minimax with alpha-beta pruning by Manikanta Narayana (Source Code)
- Ultimate Tic Tac Toe! by Amrit Amar (Source Code)
- Tic-Tac-Toe with Minimax Algorithm by Priyanshu Das (Source Code)
- Double Player Tic-Tac_Toe with results displayed using images in processing by Yubraj Sharma (Source Code)
- Simplest Tic-Tac-toe Game (PvsP) in C/C++ with Resizable grid by Sahil Jindal (Source Code)
- Tic Tac Toe with DOM manipulation by David Snyder (Source Code)
- computer Tic-Tac-toe Game by Everett Holbrook (Source Code)
- Ultimate TicTacToe by Brian Long (Source Code)
- Invincible Tic Tac Toe by TanHongIT (Source Code)
- Tic Tac Toe With Ruby On Rails by TanHongIT (Source Code)
- Tic-Tac-Toe game in python. by abhinav jain
- Tic-Tac-Pro with 2D array vizualization in Python Processing by idea456 (Source Code)
- Colourfull Tic Tac Toe by Amninder Singh (Source Code)
- Tic-Tac-Toe with Minimax Algorithm by Shekhar Tyagi (Source Code)
- Tic Tac Toe by joedag32 (Source Code)
- Interactive Tic Tac Toe (2 players) by FEDQK (Source Code)
- Tic Tac Toe of variable size with React and Typescript by Irtiaz (Source Code)
You can also add your own version! (See how)
Videos discussed in this coding challenge
- How to add your contribution to The Coding Train website by The Coding Train
- Coding Challenge #154: Tic Tac Toe AI with Minimax Algorithm by The Coding Train