Rishi

Projects

Here, you will find all my (completed) projects, either independently or in collaboration with others.

Independently

Cricket

LBW - Little Bit Wiser in Cricket
It is a simple site containing some basic calculations for you to do in the sport of cricket.
Click the buttons below to directly access the calculation(s) you want.

T20 World Cup Quiz: Java
This links you to the Java file, in which I created a simple quiz game, based on the ICC Women's and Men's T20 World Cups. The questions are about the host venues, winners, player of the tournament, player of the final.
I've hard coded the details in different methods, to keep a bit of clarity, and not make my code super messy. I already had the file, just added comments and brought it into the GitHub repository.

NRR: Java
This links you to the Java file, which is where I first cracked how to calculate net run rate. Like the project above, and subsequent ones, I had the file from before and just brought it into the directory.

University Learnings

Some Economic Fun
This simple site contains a few mini programs containing an application of some concepts I learned in introduction to microeconomics (ECON 1000), and macroeconomics (ECON 1010), at York University.
The books for them are MicroEconomics for Life: Third Edition & MacroEconomics for Life: Third Edition, both by Avi J. Cohen & Scott A. Walla
Click below to directly access them.

Games

Snakes & Ladders: Java
This links you to the Java file, in which I recreated my personal Snakes & Ladders board, with some hard coding dependent on the position of the player, and a bit of tweaks to how I have played, where 3 rolls of 6 is unlucky. Like the T20 World Cup Quiz, this was also already made, and brought into the repository, which is how I'll bring my still in-progress projects.

Utilities

Calculator: C
This links you to the C file, in which I made a simple calculator tool. Unlike Java, I made this and kept going in the directory, like with the sites I've shown so far. This idea was part of an AI-generated list.