- Waterloo, ON, Canada
- in/blair-mcalpine
Highlights
- Pro
-
next-build-parser Public
A quick and easy tool to parse the output of the Next.js build command into machine readable JSON, to fit whatever needs you may have.
TypeScript MIT License UpdatedDec 17, 2024 -
-
next.js Public
Forked from vercel/next.jsThe React Framework
JavaScript MIT License UpdatedDec 13, 2024 -
-
tracklist Public
List a Spotify artist's songs in a simple, easy to view order.
-
-
-
wz-calc Public
A simple calculator used by professional Warzone esports players and broadcasters.
TypeScript UpdatedJun 27, 2024 -
-
connectors Public
A better version of New York Times' Connections game. Create your own puzzles and share them with others!
-
bday-wordle Public
A birthday gift based on the popular word game Wordle!
TypeScript UpdatedJan 15, 2024 -
-
maze-solve Public
A simple algorithm to solve a maze using recursion and backtracking.
Java UpdatedJul 15, 2023 -
minimax-tictactoe Public
Tic-Tac-Toe bot that uses a simple minimax algorithm. This bot cannot lose, only draw or win.
Python UpdatedMay 5, 2022 -
tankz Public
A player-versus-player tank game created in Turing. Made in 2017, during the early stages of my coding knowledge.
Turing UpdatedFeb 1, 2022 -
straights Public
The card game Straights, created in C++ using OOP principles. Includes the ability to set the players to humans or computers.
C++ UpdatedJan 5, 2022 -
minimax-checkers Public
A bot that plays checkers using a minimax algorithm. Does not use alpha-beta pruning, so it can be performance intensive if a high depth is specified.
Python UpdatedJan 5, 2022 -
minimax-connectfour Public
Connect Four bot that uses a simple minimax algorithm. Does not use alpha-beta pruning, meaning it can be performance intensive if a high depth is specified.
Python UpdatedJan 5, 2022