Pinned Repositories
Computational-World-Project
EastsidePlatingProgram
This is my first project made for a company, and also my first ever project practicing skills learned from school and applying them to a real-world setting.
Language_Website
MarkovStoryMaker
Artificial Intelligence story maker using methods such as the markov chain, bigram & trigram models.
Maze-Generator-And-Solver
Through the use of DFS and recursion, this program generates a random maze of your size and solves it. size given must be a perfect square.
Minesweeper
Java minesweeper program that presents the number of mines nearby from each available space.
Obstruction-Game
Single Player game of Obstruction playing against AI that either uses Minimax Algorithm with or without Alpha-Beta Pruning to beat you.
portfolio
Personal portfolio website made with JavaScript/React.
Space-Cruise-App
Game in development in Swift through XCode.
Zombie_Animation
Online Zombie game implementing keystrokes using Javascript
Tole-Git's Repositories
Tole-Git/MarkovStoryMaker
Artificial Intelligence story maker using methods such as the markov chain, bigram & trigram models.
Tole-Git/Computational-World-Project
Tole-Git/EastsidePlatingProgram
This is my first project made for a company, and also my first ever project practicing skills learned from school and applying them to a real-world setting.
Tole-Git/Language_Website
Tole-Git/Maze-Generator-And-Solver
Through the use of DFS and recursion, this program generates a random maze of your size and solves it. size given must be a perfect square.
Tole-Git/Minesweeper
Java minesweeper program that presents the number of mines nearby from each available space.
Tole-Git/Obstruction-Game
Single Player game of Obstruction playing against AI that either uses Minimax Algorithm with or without Alpha-Beta Pruning to beat you.
Tole-Git/portfolio
Personal portfolio website made with JavaScript/React.
Tole-Git/Space-Cruise-App
Game in development in Swift through XCode.
Tole-Git/Zombie_Animation
Online Zombie game implementing keystrokes using Javascript
Tole-Git/ProgrammingA3
Hexadecimal, Binary, decimal, BigInt, & Bandwidth Calculators
Tole-Git/Sliding-Puzzle-Solver
Given the size n, initial state, and search method, you can solve a sliding puzzle through the use of BFS, DFS, GBFS, and/or AStar.
Tole-Git/SoftwareDevQA
Created a Git Repo for my teammates to collaborate in.
Tole-Git/SubsetSum
Implementation of Brute force, Dynamic Programming, & Clever Algorithm to solve SubsetSum problem.
Tole-Git/Trivia_Maze