Projects
2048 AI Solver
See it in action here.
This was created in conjunction with 2 other students while taking the Practicum in AI course at Cornell University. Forked from the existing AI framework created here, we implemented DFS, Minimax (with alpha-beta pruning), and Expectiminimax to beat 2048.
Source code can be found here.
Technologies used: JavaScript.