Skip to content
View raunak26's full-sized avatar
🖥️
Coding
🖥️
Coding
Block or Report

Block or report raunak26

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
raunak26/README.md
  • 👋 Hi, I’m @raunak26
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned

  1. A-Star-Algorithm A-Star-Algorithm Public

    A lot of people have difficulty visualizing how the A* Algorithm works. I created a PyGame A* Visualizing tool to show how apps like Google maps are able to compute the shortest distance from point…

    Python

  2. Suduko-Solver Suduko-Solver Public

    This is a PyGame Sudoku Solver. You may use the sudoko solver to solve the game yourself or you can visualize how the backtracking algorithm works to solve the puzzle with the click of the spacebar

    Python 1 1

  3. SpaceInvader SpaceInvader Public

    This is a PyGame app that allows you to shoot incoming aliens and records high scores. Shoot the aliens and don't let them take over the Earth!!

    Python

  4. Forest-Fire-Predictor Forest-Fire-Predictor Public

    An interesting project was created during a hackathon. We were able to predict the area of a forest fire using the data from a dataset in Kaggle, using variables such as wind speed, temperature etc.

    Python

  5. Covid-Guru Covid-Guru Public

    A lot of areas have difficulty accessing real-time covid statistics due to a lack of network. I found a solution to it using the Twilio SMS API.

    JavaScript

  6. Connect-N Connect-N Public

    Similar to the game Connect 4, this game takes the length, breadth and N as command line arguments and then runs the game accordingly.

    C++