Skip to content

A web based tic tac toe game from The Odin Project's advanced Javascript course.

Notifications You must be signed in to change notification settings

fabiusgasber/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

This project is part of The Odin Project's Advanced JavaScript Object-Oriented Programming curriculum. The goal is to build a browser-based Tic Tac Toe game.

Learning Objectives

During this project, I will deepen my understanding of:

  • Objects and their use in JavaScript
  • Factory functions for creating game components
  • Immediately Invoked Function Expressions (IIFEs) and module patterns
  • Private variables to encapsulate game state
  • Prototypal inheritance for creating and managing game elements
  • Closures to handle game logic and state management

Features

  • A playable Tic Tac Toe game directly in the browser
  • Object-oriented design for game components
  • Use of modern JavaScript features and best practices

A working live demo can be found here.

About

A web based tic tac toe game from The Odin Project's advanced Javascript course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published