This repository contains a collection of simple yet fun web-based board games developed using HTML, CSS, and JavaScript. Each game is housed in its HTML file, sharing common styles and scripts where necessary.
A classic board game where players aim to get five in a row horizontally, vertically, or diagonally. Built using HTML and JavaScript.
A simple interactive grid that tracks clicks. Useful for learning event handling in JavaScript.
A fun memory game where players flip cards to find matching pairs. Improves memory and concentration skills.
Players try to recreate a sequence by clicking the correct order of tiles. Enhances memory and sequencing skills.
The classic Xs and Os game. Includes two versions:
Basic version for one or two players.
Player-vs-Player enhanced version.