# tic-tac-toe-workshop **Repository Path**: mirrors_getify/tic-tac-toe-workshop ## Basic Information - **Project Name**: tic-tac-toe-workshop - **Description**: Workshop files for building tic-tac-toe in JS and - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Making A Game: Tic-Tac-Toe This is a set of workshop files for writing (parts of) a JS + `` Tic-Tac-Toe game. The workshop is organized into multiple steps, each in their own branch: * [Step 1](../step-1/README.md): drawing the grid lines * [Step 2](../step-2/README.md): drawing the X's and O's * [Step 3](../step-3/README.md): detecting and showing a win or a tie * [Step 4](../step-4/README.md): adding a computer player * [Final](../final/README.md): final solution branch Go through the steps in order, and compare your code to the beginning of each next-step before moving on, to make sure you're getting everything in the right place. ## Extra Credit Things you can consider adding to this game to make it more fun to play: * Add buttons/controls to select "2-player", "Easy Computer Mode", or "Hard Computer Mode" * Add a "reset game" button so you can start a new game * Add score tracking between X's and O's ## License The code and all the documentation are released under the MIT license. http://getify.mit-license.org/