A Work in Progress
Although not really a game, yet, this project showcases prior experience developing video games as a hobby and ability to transistion programming skills to any language. Initially utilized an algorithm that had a time complexity of O(n2); however, it was optimized to a time complexity of O(n).
Furthermore, I plan to enhance the algorithm further by implementing heapsort and k-d tree algorithms to optimize the drawing speed and bringing the time complexity down to O(log(n)), since it currently slows down as more cells are generated.
Technology Utilized
I lied, there's more than Javascript in this game, oh wait nevermind.
- Javascript
- JS HTML DOM
- JS HTML BOM
- HTML Canvas