• Stars
    star
    2
  • Language
    HTML
  • Created over 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My personal website.

More Repositories

1

Unity3D-Mario-Kart-Racing-Game

https://www.youtube.com/watch?v=s_nEniWLLgo. This is a 3D Mario kart game created with the unity game engine with C#. Kart racer supports items, anti-gravity mode, computer players, underwater mode, and real-time shadows and lighting.
C#
161
star
2

3D-Mario-platforming-game

https://drive.google.com/drive/folders/1NzA1KPOR-drZ2CZ8CCmfpX_YnsoIHuZV?usp=sharing. This is a 'Super Mario 3D World' Style game created in Unity and C#. I have videos of this project on my youtube channel:https://www.youtube.com/channel/UCEShkg8TVshTmfDlvBZkXjw. The programming and animations are my own work, however, not all modelling is my own work.
C#
20
star
3

SuperHighwayRunner

This is an Android game created with Unity3D C# and .NET. Below is the PlayStore Link.
C#
7
star
4

Pathfinding-Visualizer

A website that demonstrates the process of finding the most optimal path from Point A to Point B. There are three algorithms for finding the path which include Dijkstra's Algorithm, Breadth First Search Algorithm, and the A* Algorithm. There are many functions of this website/app including drawing your own walls on a grid, generating random walls, using pre-made mazes, and changing the start and end positions.
TypeScript
6
star
5

Chess

This is a chess engine created with JavaScript, HTML, and CSS. The computer can play against you with three difficulty levels: easy, medium, hard. The chess engine uses the minimax algorithm to decide on the best move to make. The minimax algorithm examines a large tree of possible moves that can be played by the computer and the opponent (human player) depending on how far ahead into the game the algorithm looks. The number of moves the algorithm looks into the future refers to the depth of the algorithm. The greater the depth, the better the algorithm plays. There is also a separate section related to global chess stats from chess.com which are obtained from an API in JSON format using XMLHttpRequests. The stats feature the top 50 players in the world on chess.com separated by different game modes such as rapid and bullet chess. This website is responsive and can be viewed on computers and mobile devices.
JavaScript
5
star
6

Raining-Cubes

This is a game about dodging falling objects and staying alert. This is my second game/app I made on Unity. Link: https://play.google.com/store/apps/details?id=com.RainingCubes.DM&hl=en
C#
4
star
7

E-Learning-Portal

https://youtu.be/ocFLxRuDqvQ This Django app is an online education platform where students and teachers can connect. Teachers can create classrooms, and in those classrooms, they can post announcements, create and grade assignments, and create quizzes. Students can join classrooms with a unique code given to each classroom, and they will be able to see all the announcements, assignments, and quizzes the teacher has created. Students and teachers are able to create announcements, as well as add class comments to announcements. The other major feature of this app is having private conversations with other students and teachers. This is a private direct messaging system added to the app in case students or teachers want to discuss something privately. Users are able to edit their profile, and register with email. For assignments, students can upload files, and receive an email whenever the teacher grades them. Quizzes are multiple choice and marked automatically so the students and teachers can view the results.
HTML
4
star
8

New-Super-Paper-Mario-

This is a 2D Platformer game which is based off of super mario. The gameplay is based off of super mario bros, but the art style is somewhat based off of paper maro.
C#
3
star
9

Movie-Website

https://ishaan35.github.io/Movie-Website/
JavaScript
1
star
10

Social-Network-App

https://www.youtube.com/watch?v=Wa74k-OKujA I created a social media app with the Django framework using Python, Javascript, HTML, CSS. This was one of my projects for CS50's Web Programming course from HarvardX offered by Harvard University.
Python
1
star
11

Sorting-Visualizer

This is a sorting algorithm visualizer made to help show how different methods of sorting work.
TypeScript
1
star
12

Blood-Test-Result-Tracker-Android-App

This is a bloodwork-tracking mobile app aimed to allow users to easily track their blood test data for future reference, spot trends, and take action.
Java
1
star
13

My-Weather-App

A convenient and lightweight weather app that can track your current location, or any city's weather worldwide. It can also give a 5 day/3 hour forecast for any city as well. It also gives clothing recommendation based on the weather of the chosen location.
Java
1
star