You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tic-Tac-Toe game with AI using the Minimax algorithm. Features include dark mode, score tracking, winning move detection, and an intuitive, responsive interface. Built with React and JavaScript. Challenge the AI or reset the game anytime. Perfect for casual or competitive play!
A JavaScript-based game grid system where symbols are randomly placed on the grid. Players can interact by removing connected groups of identical symbols. The grid's customization allows for adjusting column and row counts, providing a flexible gaming experience.
This project is a modern take on the classic Snake game, built using Python and Pygame. It features custom graphics, engaging sound effects, and a highscore tracking system. Enjoy playing the game while exploring the code to learn more about game development with Pygame.
Simple Pygame project simulating a bouncing ball with customizable physics and smooth animations. Ideal for beginners learning game development in Python.
This project is a modern take on the classic Tetris game, built using HTML, CSS, and JavaScript. Players control falling tetromino shapes to create complete rows, which clear from the board. The game features colorful visuals, smooth animations, and engaging sound effects.