Skip to content

This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.

Notifications You must be signed in to change notification settings

jesusgraterol/tictactoe-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Tic Tac Toe

This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.

The key features are:

  • Any number of games can be played
  • The computer is an implementation of the Minimax algorithm
  • Cross-Platform Compatibility

Live Demo

Tic Tac Toe

Getting Started

Requirements

  • GIT
  • Python ^v3

Installation

  1. Clone the repository
git clone [email protected]:jesusgraterol/tictactoe-top.git

Usage

  1. Run a local server with:
python3 -m http.server
  1. Access the app through: http://localhost:8000/

Build Process

N/A

Deployment

Deploys to Github Pages automatically when commits are pushed into the main branch.

Built With

  • HTML5
  • CSS3
  • JavaScript

Running the Tests

# Unit Tests
N/A

# Integration Tests
N/A

# E2E Tests
N/A

@TODO

N/A

License

MIT

Acknowledgments

About

This application implements the popular Tic Tac Toe game and it is the submission for The Odin Project: Tic Tac Toe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published