Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Files

Latest commit

 

History

History
188 lines (186 loc) · 8.57 KB

149-tic-tac-toe.md

File metadata and controls

188 lines (186 loc) · 8.57 KB
title video_number date video_id web_editor repository videos contributions
Tic Tac Toe
149
2019-07-24
GTWrWM1UsnA
5JngATm3c
CC_149_Tic_Tac_Toe
title author video_id
How to add your contribution to The Coding Train website
The Coding Train
fkIr0inoQ7Y
title author url
Coding Challenge #154: Tic Tac Toe AI with Minimax Algorithm
The Coding Train
/CodingChallenges/154-tic-tac-toe-minimax
title author url source
Tic-Tac-Toe Human vs Human (click)
Sayan Ghosh
title author url source
Tic-Tac-Toe PVP (click)
Diptanu Roy
title author url source
Re-sizable Tic-Tac-Toe PvsP (click)
Manikanta Narayana
title author url source
Tic-Tac-Toe Challenge Complete!
James Lang
title author url source
Tic-Tac-Toe with invincible AI
Timur Dzhalalov
title author url source
Color Tic-Tac-Toe PvsP (click)
Arthur Cavalcanti
title author url source
2 player Tic-Tac-Toe (slightly advanced)
Brogamer5000
title author url source
Tic Tac Toe 2 players (simple)
David Dostal
title author url source
Tic Tac Toe (Dynamic grid Size using classes)
Ahmed kabapy
title author url source
SuperBasic TicTacToe (HumanVsHuman)
Ahmet Ataşoğlu
title author url source
TicTacToe with Machine Learning (Python)
Rohan Jaisimha
title author url source
Tic-Tac-Toe PvsAI Minimax with alpha-beta pruning
Manikanta Narayana
title author url source
Tic-Tac-Toe with Minimax Algorithm
Priyanshu Das
title author url source
Double Player Tic-Tac_Toe with results displayed using images in processing
Yubraj Sharma
title author url source
Simplest Tic-Tac-toe Game (PvsP) in C/C++ with Resizable grid
Sahil Jindal
title author url source
Tic Tac Toe with DOM manipulation
name url
David Snyder
title author url source
computer Tic-Tac-toe Game
Everett Holbrook
title author url source
Tic Tac Toe With Ruby On Rails
name url
TanHongIT
title author url
Tic-Tac-Toe game in python.
abhinav jain
title author url source
Tic-Tac-Pro with 2D array vizualization in Python Processing
idea456
title author url source
Tic-Tac-Toe with Minimax Algorithm
Shekhar Tyagi
title author url source
Interactive Tic Tac Toe (2 players)
FEDQK
title author url source
Tic Tac Toe of variable size with React and Typescript
name url
Irtiaz

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.