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
The Snake Game in Python is a simple arcade-style game where a snake moves around the screen, growing longer as it consumes food, while avoiding collisions with its own tail or the screen boundaries
The Snake Game with Pygame is a classic arcade-style game where players control a growing snake to eat food while avoiding collisions, offering an engaging introduction to game development using Python and the Pygame library.
TicTacToe-SQLite-ScoreTracker is a Python script that implements a command-line-based Tic-Tac-Toe game with an integrated SQLite database. The script allows users to play Tic-Tac-Toe against each other and also with Computer(AI) while keeping track of their scores. The SQLite database initializes automatically, for storage and retrieval of scores.
Simple python game made with pygame and opencv library. In this you use your hand to move the bird and eat apple to increase the score High scores are also saved in the sqlite database