Aswinth24 / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

Tic-Tac Toe is a three by three Grid game played by Two Player,who alternatively take place the marks on X and O.

Description

  • Build as part of the Odin Project.Purpose of the project is to Learn and get experience on
    Module Pattern and Factory function to build ,design and write logic for the Game.
  • The Game Offer the Player and Computer
  • Game Designed for Both desktop and mobile view.

Link

Live Url Tic Tac Toe

What I learned

  • Using the Module pattern gives access to our code by giving both Private and Public encapsulation and reusability of the code.
  • Learned about Factory function which is used instead of new keyword to create an Object
  • Learned and writen Logic Behind the Tic Tac Toe Game.

Build using

     

Tools

 

Tic-Tac-Toe CUI(command-line user Interface) Game

Build Using Java

Tic-Tac-Toe-Link Tic-Tac-Toe

Other CUI(command-line user Interface) Game

Build Using Java

Clasic Snake-Link Clasic Snake
2048-Game-link 2048-Game
Minesweeper-link Minesweeper

About

License:MIT License


Languages

Language:JavaScript 52.6%Language:CSS 30.9%Language:HTML 16.5%