"Chess V1"
project.contributors = [
Natalie Wagner
]
"3/12/2022"
display(project.description);

This was my Sophomore year AP Computer Science Principals final project and my first foray into the world of chess programming. It features a simple board representation, a rendering system using the JS canvas, and a rudimentary chess engine using a Negamax a/b search and piece table evaluation.