Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Jighdan/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple tic-tac-toe game. Made for practicing concepts such as:

  • Object-Oriented Programming.
  • Observable Design Pattern.
  • State Management.

Check the game rules.

Start the Project

In Production Mode

	# Install the required dependencies
	$ yarn install

	# Build the project
	$ yarn build

In Development Mode

	# Install the required dependencies
	$ yarn install

	# Start the project
	$ yarn dev

Tools

  • Sass: Style files modularity.
  • Webpack: Managing multiple JavaScript files.
  • Prettier: Code formatting.
  • ESLint: Code consistency.

Resources