Keaton Lee (Keaton11)

Keaton11

Geek Repo

Company:Shopify

Location:Ottawa, Ontario

Github PK Tool:Github PK Tool

Keaton Lee's repositories

Language:JavaScriptStargazers:1Issues:1Issues:0

Nifty-Mountains

This program reads a set of topographic data and uses several methods (Greedy Walks, Floyd Warshall's Algorithm, and Dijkstra's Algorithm) to compute paths through the mountains that minimize change in elevation.

Language:C++Stargazers:1Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

Coin-Chaser

This game allows users to move across an infinite, dynamically generated tilemap to attempt to collect 20 coins using power ups while avoiding obstacles and enemies.

Language:C++Stargazers:0Issues:0Issues:0

comp3005-a3

COMP 3005: Assignment 3 - Question 1

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:RubyStargazers:0Issues:1Issues:0

Fantasy-Game

This program uses inheritance and polymorphism to allow users to play as one of two characters. The user will then make decisions or purchases in order to complete tasks, while ensuring their health, fame, and money remain above zero.

Language:C++Stargazers:0Issues:1Issues:0

Graphical-Sorting

This program sorts a list of random integers using over 20 different recursive and non recursive sorting algorithms which are graphically displayed using Allegro.

Language:C++Stargazers:0Issues:1Issues:0

Maze-Recursion

This program uses recursion to randomly generate mazes of various dimensions. The program then uses one of several algorithms (DFS, BFS, Dijkstra, or A Star) to solve the maze.

Language:C++Stargazers:0Issues:1Issues:0