Code Monkey home page Code Monkey logo

tic_tac_toe's Introduction

tic_tac_toe

Project Description

This is a Tic-Tac-Toe game playable between customizable player types: human and/or bot, made as part of The Odin Project open source web development course. It is the 2nd project of the intermediate JavaScript section. Bot AI will be implemented later as part of a future milestone.

Find the live preview here.

At 100% full screen the site should initially look like the below screenshots: image

Skills

This project is mainly to show learned skills in JavaScript program design and code organization. It makes primary use of the JavaScript module design pattern (IIFEs) as well as factory functions with inheritance for creation and composition of objects. This aims to allow for data encapsulation, high maintainability of code, and separation of concerns.

By encapsulating data, whenever an object needs to access the data or services provided by another, it is done via the interface provided by another object in the form of exposed methods to access closure variables. This allows variables to selectively be kept private or public but with restricted, well controlled access.

Each object bundles data and related functionality to form a dedicated role and may use the services of other objects with dedicated roles within their composition.

Credits

tic_tac_toe's People

Contributors

kaglet avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.