Vector Tac Toe - Using Vector Search to play Tic Tac Toe

VecTacToe is an experiment that turns vector search into a game of tic‑tac‑toe.

Instead of just crunching embeddings behind the scenes, it makes the mechanics visible and interactive, letting you play with search concepts in a way that feels more like tinkering than studying. It’s lightweight, open‑source, and built with on NodeJS with a MongoDB Atlas Vector Search backend.

The project explores the use of Vector Search in domains beyond RAG and text retrieval. Check out GitHub repo for source code, and play it live on Vec Tac Toe (hosted on Render).

2 Likes

This is great game Nuri - thank you for creating and sharing with our community!