Portfolio for Aaron Dale

Projects - Feedback - Code

Word Solitaire

Scrabble and Mahjong mixed together.

Every bit of this project was written with vanilla Javascript in a text editor. The tiles are generated and everything that happens is displayed on an HTML canvas. Updating the canvas on a slow computer takes about 1.5ms which equates to over 600fps. This game was completed with under 1,000 lines of code.

Portfolio - Feedback - Code