You are browsing as a guest. Sign up (or log in) to start making projects!

damaker

@damaker

Joined June 1st, 2026

  • 3Devlogs
  • 3Projects
  • 1Ships
  • 18Votes
Ship

in this project i made an unbeatable tic tac toe game, thus the name TIC TAC HELLO NO! ;) I buiilt this project while learning about the minimax algorithm, and eventually learned alpha beta pruning which helped me improve this project. it uses basic html css and vanilla js.

i shipped this one to macondo but sadly it got stuck in review process for 2 months so i removed it from macondo and came to stardance!!!

win the bot in a game of tic tac toe , if u can!!

link: https://damakerdev.github.io/tictactoe/

  • 1 devlog
  • 5h
  • 9.10x multiplier
  • 42 Stardust
Try project → See source code →
Open comments for this post

4h 34m 48s logged

tic tac hell no is a project that i build while learning about the minimax algorithm. i had submitted this project to macondo but sadly it was stuck inreview since july so i withdrew it from macondo and shipped it to stardance. STARDANCE FTW!!!

Firstly, I made a basic board UI for the game using html and css. When clicked on the cells, X or O is shown. then, i added game logic validation, win lose condition, and minimax algorithm to it. now, it works as a basic 2 player tic tac toe game where the user is X and the computer/AI/bot is O.

0
0
17
Open comments for this post

11h 19m 28s logged

what is this project??

I have made a baghchal game bot using c++ using minimax and alpha beta pruning algorithms. it takes in obx (which is the move exchange standard for baghchal game) and returns the best obx move as response. This bot will run in an external server.

Then, from any baghchal game website (like baghchal.net) , people can send req to this bot and get response for the best moves.

In the image that I have uploaded with this devlog, is how the bot server looks in a terminal window with its request and response messages printed.

Now, I am working on a web ui in which this game can be played with the c++ bot that I made. this is how the web UI looks for now, I have used a library called baghchal.js, (in which I am a contributor too, yay).!

tldrzz

Basically, creating something like stockfish but for baghchal board game. And i have named it “BLACKBIRD” (the beatles fan inside me couldn’t resist not doing so ;)

0
0
18

Followers

Loading…