Skip to content

lisa1612/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d9bd79 ยท Feb 18, 2025

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple Tic-Tac-Toe game built with HTML, CSS, and JavaScript, created as a project for our Cloud Computing class. This project demonstrates how to deploy a web application on Netlify, showcasing the advantages of cloud-based hosting and deployment services.

๐Ÿ”— Play Tic-Tac-Toe โŒโญ•

โ˜๏ธ Why Netlify?

Netlify is a powerful cloud-based platform that simplifies the deployment and hosting of web applications. It offers:

  • Seamless Continuous Deployment: Connect your GitHub repository, and Netlify will automatically deploy changes.
  • Fast and Secure Hosting: Deliver your web app through a global CDN for better performance.
  • Free SSL Certificates: Ensures secure connections with HTTPS.
  • Serverless Functions: Extend your app without managing backend infrastructure.
  • One-click Rollbacks: Instantly revert to previous versions if needed.

By using Netlify, we take advantage of cloud computing services to make our Tic-Tac-Toe game accessible from anywhere with minimal setup.

๐ŸŽฎ Game Interface

Game UI

Running Locally

  1. Clone this repository:
    git clone https://github.com/your-github-username/tic-tac-toe-netlify.git
  2. Open index.html in a web browser.

๐Ÿš€ Deploying on Netlify

  1. Push your code to a GitHub repository.
  2. Sign in to Netlify.
  3. Click on "New site from Git".
  4. Select your GitHub repository and deploy.
  5. Netlify will handle the rest, making your web app live in seconds!