Skip to content

je-jo/tic-tac-toe

Repository files navigation

The Odin Project - Tic Tac Toe

A classic Tic Tac Toe game you can play in your browser. Built using JavaScript, HTML, and Sass for The Odin Project.

Table of contents

Overview

Description

A tic tac toe game made as a part of The Odin Project curriculum.

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Sass (7-in-1 architecture)
  • CSS Grid
  • Mobile-first workflow
  • JavaScript

The process

The project's purpose is to get familiar with the concepts of modules and factory functions.

Continued Development

Create AI so that a player can play against the computer.

  • Get a computer to make a random legal move.
  • Create unbeatable AI

Useful resources

Author