wztlei
I am a computer science graduate from the University of Waterloo. Welcome to my GitHub!
Waterloo, ON
Pinned Repositories
buzz-for-the-top
An online buzzer for trivia games. Connects users with Firebase to determine which player buzzed in first.
cardiovascular-devices
machine-learning-predicting-grades
A research project with the objective of predicting high school biology grades with various machine learning algorithms.
minimax-chess-engine
The AI uses bitboards and bitwise operators to increase the efficiency of the minimax algorithm with alpha-beta pruning.
mobile-intern-challenge-2019S
My project from completing Shopify's Mobile Intern Challenge.
scrabble-android
This Android app will find the highest scoring move during a game of Scrabble.
scrabble-cpp
This program finds the best possible move in a Scrabble game for a given board and rack of tiles. It is written in C++ and runs in the console.
scrabble-java
I created this project for the IB English Scrabble tournament. It uses a variant of Appel and Jacobson's algorithm to create a computer program that can play scrabble. The algorithm is simplified since it uses a trie rather than a dawg. This program was originally written in C++ which has been translated to this Java program.
tank-trouble-android
A multiplayer Android tank game. Movement and the firing of projectiles are synced with Firebase's Realtime Database. Create game rooms to play with your friends.
wathub
Discover useful information about the University of Waterloo with WatHub! Having issues with UWaterloo Portal? If so, give this app a try! WatHub is made by UW students, for UW students.
wztlei's Repositories
wztlei/tank-trouble-android
A multiplayer Android tank game. Movement and the firing of projectiles are synced with Firebase's Realtime Database. Create game rooms to play with your friends.
wztlei/wathub
Discover useful information about the University of Waterloo with WatHub! Having issues with UWaterloo Portal? If so, give this app a try! WatHub is made by UW students, for UW students.
wztlei/buzz-for-the-top
An online buzzer for trivia games. Connects users with Firebase to determine which player buzzed in first.
wztlei/machine-learning-predicting-grades
A research project with the objective of predicting high school biology grades with various machine learning algorithms.
wztlei/minimax-chess-engine
The AI uses bitboards and bitwise operators to increase the efficiency of the minimax algorithm with alpha-beta pruning.
wztlei/mobile-intern-challenge-2019S
My project from completing Shopify's Mobile Intern Challenge.
wztlei/cardiovascular-devices
wztlei/scrabble-android
This Android app will find the highest scoring move during a game of Scrabble.
wztlei/scrabble-cpp
This program finds the best possible move in a Scrabble game for a given board and rack of tiles. It is written in C++ and runs in the console.
wztlei/scrabble-java
I created this project for the IB English Scrabble tournament. It uses a variant of Appel and Jacobson's algorithm to create a computer program that can play scrabble. The algorithm is simplified since it uses a trie rather than a dawg. This program was originally written in C++ which has been translated to this Java program.
wztlei/website-calculator
This program uses HTML, CSS, and Javascript to create a calculator. The GUI buttons are supposed to imitate the design of the default Apple calculator. Here is the link to the calculator on my website: https://wztlei.wixsite.com/wztlei/calculator
wztlei/wztlei.github.io