Pinned Repositories
command-line-2048
Play "2048" on the command line.
grid-search-vis
Paints pretty pictures using a souped-up depth first search algorithm.
maze-game
A JavaScript browser game in which the player successively completes increasingly difficult randomly generated mazes.
multiplayer-chess
A text-based multiplayer chess game using TCP sockets.
nbody-2d
A simple N-body simulation implementing Newtonian gravity on a 2D field of dynamically colored particles.
rust-mandelbrot
Command-line tool to generate images of the Mandelbrot set.
tank-game
LibGDX AP Computer Science term project. A top-down cross-platform endless tank combat game with support for desktop computers and android phones.
tic-tac-toe
A C# .NET 5 CLI tic-tac-toe game against a minimax bot.
uvic-course-scraper
A web scraping app which gathers information on current and past courses at the University of Victoria. Mirrored from https://gitlab.com/uvic-course-scheduler/uvic-course-scraper
watersort-solver
Automatically solves "water sort puzzle" style games on your Android device.
ColinGJohnson's Repositories
ColinGJohnson/multiplayer-chess
A text-based multiplayer chess game using TCP sockets.
ColinGJohnson/grid-search-vis
Paints pretty pictures using a souped-up depth first search algorithm.
ColinGJohnson/nbody-2d
A simple N-body simulation implementing Newtonian gravity on a 2D field of dynamically colored particles.
ColinGJohnson/uvic-course-scraper
A web scraping app which gathers information on current and past courses at the University of Victoria. Mirrored from https://gitlab.com/uvic-course-scheduler/uvic-course-scraper
ColinGJohnson/watersort-solver
Automatically solves "water sort puzzle" style games on your Android device.
ColinGJohnson/tank-game
LibGDX AP Computer Science term project. A top-down cross-platform endless tank combat game with support for desktop computers and android phones.
ColinGJohnson/ColinGJohnson
Config files for my GitHub profile.
ColinGJohnson/command-line-2048
Play "2048" on the command line.
ColinGJohnson/csv-sankey
Filters and converts .csv debit card transaction records into a format usable on sankeymatic.com.
ColinGJohnson/maze-game
A JavaScript browser game in which the player successively completes increasingly difficult randomly generated mazes.
ColinGJohnson/rust-mandelbrot
Command-line tool to generate images of the Mandelbrot set.
ColinGJohnson/tic-tac-toe
A C# .NET 5 CLI tic-tac-toe game against a minimax bot.
ColinGJohnson/desert-escape-game
A top down racing style game in which the player must avoid projectiles and obstacles for a set distance. Created for an IT class while I was in high school.
ColinGJohnson/message-counter
A python app to analyze downloaded Facebook message data.
ColinGJohnson/personal-website
Personal Website
ColinGJohnson/portal-game
A 2D game based on Valve Software's "Portal" series.
ColinGJohnson/raytracer
ColinGJohnson/top-down-cs
Game created using the LibGDX java game library