Quiz Bot is a simple quiz application built using Python and tkinter GUI library. It allows users to answer random quiz questions and keeps track of their score. It also features a high scores leaderboard to display top scorers.
github.com/realharshita/quizzerMade a simple Ping Pong game implemented using Python's tkinter library.
GitHub Repo: github.com/realharshita/ping_pong
Made a Python implementation of Conway's Game of Life using the Tkinter library for the graphical user interface.
GitHub Repo: github.com/realharshita/game_of_life
TimeVault is a Django-based application designed to manage tasks and time blocks. The project is currently in development and includes user registration, authentication, and a basic user interface for managing tasks.
github.com/realharshita/TimeVaultBuilt a simple web-based calculator application using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations, advanced mathematical calculations, and plot simple mathematical functions.
GitHub Repo : github.com/realharshita/calculatorMade the game Connect Four
Connect Four is a classic two-player connection game in which players choose a color and then take turns dropping colored discs from the top into a vertically suspended grid. The objective is to be the first to connect four of one's own discs horizontally, vertically, or diagonally.
GitHub Repo : github.com/realharshita/connect_four
Made a graphical implementation of the classic Snakes and Ladders board game using Python and Tkinter. The game allows up to 2 players to play on a 10x10 board with snakes and ladders.
GitHub Repo : github.com/realharshita/Snakes_and_ladderCreated a maze game implemented in Python using Tkinter for the GUI.
GitHub Repo: github.com/realharshita/maze
1. *n_queens_gul.py
- Python script using tkinter for GUI.
- Includes functions to create and draw a chessboard, place queens, and solve the N-Queens problem.
- Provides a visual representation of the backtracking algorithm's execution.
2. n_queens.py
- Command-line Python script.
- Implements a recursive backtracking solution to find all possible configurations of placing N queens on an N×N chessboard without attacking each other.
- Outputs solutions to the console.
3. n_queens_user_gul.py
- Enhanced version of n_queens_gul.py with added features.
- Includes timer, hints, and leaderboard functionalities.
- Allows users to interactively place queens on the board and check solutions.
4. Queens.py
- tkinter-based GUI game for placing queens on an 8x8 chessboard.
- Divides the board into four regions, each requiring one queen per region.
- Allows dragging queens across the board and marks invalid placements.
GitHub repo: github.com/realharshita/Linkedin_game
Made Hangman Game
Hangman Game is a classic word-guessing game implemented in Python with a GUI using tkinter. The game randomly selects a word from predefined categories, and the player must guess the word by suggesting letters within a limited number of incorrect guesses.
Github repo : github.com/realharshita/hangman_gui
GitHub : github.com/realharshita/hangman
Made Hangman, a classic word guessing game implemented in Python for the terminal.Made a template login for NetBanking page with AI integration.
GitHUB : github.com/realharshita/BOB-Friend_Personalized_Banking_with_AII have made a Python program implements a classic Tetris game using the Pygame library. Players control falling tetrominoes, rotating and moving them horizontally to complete lines and score points. Features include line clearing, level progression, a next-piece preview, game over handling with high score recording, and a switchable game mode between Normal and Impossible. Players can restart or quit the game from the game over screen. The game interface is rendered on a 400x600 pixel screen grid with colorful tetromino shapes and a clear visual style.
GitHub Repo: github.com/realharshita/tetris
Made a simple platformer game created using Pygame.
Features
• Platform jumping mechanics
• Moving platforms and obstacles
• Interactive objects and collectibles
• Power-ups to enhance gameplay
• Multiple levels with increasing difficulty
Repo: github.com/realharshita/platformer
Made a memory game which is a classic card-matching game implemented in Python using the Pygame library. Test your memory by matching pairs of cards in the grid.
GitHub Repo : github.com/realharshita/card
Made classic Minesweeper game implemented in Python using Tkinter for the graphical user interface. It provides a simple yet challenging gaming experience where players uncover cells on a grid to avoid mines.
GitHub Repo: github.com/realharshita/minesweeper
Created a Python implementation of the classic Tic-Tac-Toe game using Tkinter for the graphical interface. The game supports both Player vs. Player and Player vs. Computer modes with adjustable difficulty levels.
GitHub Repo: github.com/realharshita/ttt
I made a simple Snake game implemented using Python and Pygame. The game features multiple levels, obstacles, pause functionality, and allows players to choose different snake skins.
GitHub Repo: github.com/realharshita/Snake_Game
I made ToDo:
This is a simple command-line to-do list application where users can register, log in, and manage their tasks. Users can add, view, edit, complete, delete, sort, and filter tasks based on priority and deadlines.
GitHub repo : github.com/realharshita/todo
Expense Tracker is a simple Python application with a graphical user interface (GUI) that helps you manage and track your expenses. The application allows you to add, view, delete expenses, and generate reports based on your spending.
## Features
- Add new expenses with date, category, amount, and description.
- View a list of all expenses.
- Delete selected expenses.
- Generate monthly spending reports.
- Generate category-wise spending reports.
GitHub Repo : github.com/realharshita/ExpenseTracker
Guess the Number is a simple and fun game where players attempt to guess a randomly selected number within a specified range. The game provides feedback on whether the guess is too low or too high and keeps track of the player's score and attempts. It includes different difficulty levels, a graphical user interface (GUI) built with Tkinter, and various interactive features such as sound effects and a timer.
GitHub Repo : github.com/realharshita/guess_the_numberHere's my take to 2048 game made as a python program using proper GUI.
It has some quirks which i was not able to resolve for now but will bounce back stronger later.
GitHub repo : github.com/realharshita/2048
Embark on an enthralling journey through the digital depths of a quantum computer in "Quantum Escape." Guide a scientist trapped in a mind-bending simulation, combining puzzle-solving and platforming challenges. Navigate through abstract landscapes, maneuvering boxes and avoiding black hole dangers. With each level, test your wits and agility to overcome the ever-changing digital environment. Can you unravel the mysteries of the quantum world and escape unscathed? Dive into the immersive experience of "Quantum Escape" and discover the thrill of quantum adventure.
(i know it sounds a bit too much, cause it does sound a bit too much)
sprig link: sprig.hackclub.com/~/XPYvAWITqMxxxMvHp57j
github repo link: github.com/realharshita/My_Sprig_Game
Made a project demonstrating how to use the Turtle class in JavaScript to draw a spirograph-like pattern on a canvas.
GitHub repo: github.com/realharshita/pattern
Made a car using blot turtle commands!!!
loved using my mathematics on it to make it as close to my reference.
Giithub repo: github.com/realharshita/blot/tree/main
Car i made:
Thank You
Created a simple web app to convert any currency money to any other currency rate.
Checkout readme.md file to learn how to run it yourself.
github.com/realharshita/Course-Project : Link to my project
Created my first ever AI generated content project --> Story-Spark
Using llmware incredible small AI models, it lets user built stories with some give input.
Checkout here at: github.com/realharshita/Story-Spark
Do read readme.md file in repository to learn how to use this web app.