No easter eggs here :(

Chris Jeakle

A computer scientist interested in solving cool problems
 

 

Fun Distractions

These are small javascript projects I've made for fun and host on this site.

Sudoku Solver

Solve Sudokus

This is a branch-and-bound sudoku solver I've continually re-implemented as I learn new programming languages. This version is written in javascript and uses a strategy inspired by Peter Norvig's constraint satisfaction technique.

My latest solver is parallelized and written in Rust.

Ping-Pong

Play Ping-Pong

A mouse/touch controlled ping pong game I made while learning javascript (it's pretty fun!).