Aditya Chaudharyjsweek4.hashnode.dev·Jan 4, 2025JavaScript Week 3: How to Build a Tic-Tac-Toe GameHi everyone, welcome to the third article about my experiences, lessons, projects, and challenges from this third week. This blog is divided into six sections, so you can focus on the parts that interest you: Things learnt this week. Steps I follow...7 likesJavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 24, 2024Build an Advanced Tic Tac Toe Game Using HTML, CSS, and JavaScript#Week 45 of 52 Weeks in JavaScript Projects Overview: Learn How to Create Advanced Tic Tac Toe Game only with HTML, CSS and JavaScript | Tic Tac Toe Game in JavaScript (Super Simple) Boost your web development skills by building a classic Tic Tac Toe...1 likeJavaScript
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 3, 2024Day 2: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome to Day 2 of building our customizable Tic Tac Toe game! After setting up the Pass & Play mode, I’m diving into Connect & Play — a feature that lets players connect remotely and play in real-time from separate devices. Today’s focus is on impl...10 likestic tac toe
Vedant Thavkarveddevopsblog.hashnode.dev·Mar 3, 2024Streamlining TIC TAC TOE Deployment with GitHub Actions: A Comprehensive GuideIn today’s software development landscape, efficiency and automation are paramount. GitHub Actions emerges as a pivotal tool, empowering developers to streamline workflows and enhance collaboration seamlessly. In this guide, we’ll walk through the pr...24 likes·473 readsDevopstic tac toe
Aryan Palpython-blogs-by-aryan.hashnode.dev·Feb 20, 2024Tic Tac Toe In Python!?PROJECT-0️⃣1️⃣ TIC TAC TOE (in python without any external module) THIS IS MY FIRST PYTHON PROJECT, AND I WANTED TO PRESERVE IT FOREVER IN MY BLOG POST. THIS WAY, IT MAY ALSO HELP OTHER PEOPLE WHO READ THIS BLOG POST. I KNOW I COULD HAVE USED GITHUB...1 like·45 readscoding
Rupak Shrestharupaks.hashnode.dev·Feb 8, 2024TerraTicTac: Containerized Tic-Tac-Toe Game Hosted on AWS ECS with Terraform for IacCreate a new repository and launch a github Code-spaces Rebuilding Codespace container with Terraform and AWS Docker comes pre-installed, or else you can add Docker as well. Rebuild the container: Checking whether everything is install...57 readsTerraform
Namya Shahbigsmoke.hashnode.dev·Dec 20, 2023Python Projects for Intermediate DifficultyWeb Scraper Build a web scraper using libraries like BeautifulSoup and requests. Scrape data from a website (e.g., news articles, product details) and extract relevant information. 2. Bank Account Manager Create a program to manage bank accounts...bank account manager
Ezhill Rageshblog.ragesh.live·Nov 21, 2023Building a Smart Tic-Tac-Toe AI: The Minimax ApproachGetting Started In one of our engaging AI/ML classes, our professor dived into the world of the minimax algorithm, illustrating its prowess with examples from chess and various games. Intrigued by its potential, I couldn’t help but think about how th...React
Ja'afar Zakariyajaafardev.hashnode.dev·Oct 12, 2023Project 2: Tic-Tac-Toe with PythonLet's make a tic-tac-toe game using Python. We won't be using any GUI or game engine to make this, to keep it as simple as possible, it will exist only in the console. Let's begin. A normal tic-tac-toe game has 3 rows and 3 columns with 9 cells for t...31 readstic tac toe
Abderahmane Katebabderahmane-kateb.hashnode.dev·Sep 25, 2023Mastering React Native: Learning and Creating Tic-Tac-Toe 📚🎮Hello and welcome to a new day of my journey in learning React Native. Today, I came up with a new project that I've been working on while following the guidance of Professor Hitesh Choudhary. I've learned several things and improved in various aspec...React Native