Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🫵 TIC TAC HELL NO!

an unbeatable tic tac toe game powered by the minimax algorithm.


📝 TODO

  • board UI
  • show X or O when click on grid, based on turns
  • winning logic
  • tie game logic
  • game over condition
  • restart game

the fun partttt

  • minimax function with scoring system
  • make the computer and human play turn by turn

WIP

progressss

Local Development Setup

Follow these steps to set up this project locally on your machine.

Prerequisites

Getting Started

  1. Clone the repository

    git clone https://github.com/damakerdev/tictactoe.git
    cd tictactoe
  2. Since this is a plain HTML, CSS, and JavaScript project, no external dependencies or package managers (e.g., npm) are required.

  3. To run this project, locate index.html in your project folder and double-click it to open directly in your web browser or right-click index.html inside VS Code and select "Open with Live Server".


learning minimax.

About

learning minimax algo

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages