projects tagged with Algorithmic Design
  GitHub     
      Article / GitHub     
      Article / GitHub     
      Article / GitHub     
      Article / GitHub     
      Article     
      GitHub     
      
 Chess Engine
  C++  
 
  A built-from-scratch chess engine with an openFrameworks GUI. 
 Dynamic Sudoku Solver
  Rust  
 
  A dynamic sudoku solver capable of solving puzzles of any size. 
 Fast Random Pathfinder
  C++  
 
  An experimental pathfinder that makes use of random traversal and path optimization. 
 Command Prompt Raycaster
  Batch  
 
  An ASCII raycaster made without trigonometric functions or floating-point arithmetic. 
 Diagonal Matrix Traversal
  Python  
  A unique algorithm to traverse across a square matrix diagonally. 
 Depth-first Maze Generation and Pathfinding
  C++  
 
  An experiment in backtracking maze generation and depth-first pathfinding. 
 Command Prompt Chess
  Batch  
 
  A playable chess board that runs in Command Prompt.