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
Play Tic-Tac-Toe against an AI opponent using Python. This project features a smart AI powered by the minimax algorithm with alpha-beta pruning for strategic gameplay. Perfect for learning AI concepts and game development basics
A basic Python application with a graphical user interface (GUI) for managing a simple database. This project aims to provide a user-friendly interface for interacting with a database, allowing users to perform common CRUD (Create, Read, Update, Delete) operations.