
For my computer graphics class we each had to create an original project that showcased some of the things that we had learned, so I made a game of checkers. This was written entirely in Javascript which proved to be difficult because of non-strict typing which I have grown used to while mostly working with PHP. It used Babylon.js , a JS graphics package, so that the app could be viewed in a browser.
https://sethballance.gitlab.io/computer-graphics-final-project/checkers.html