Gamedev-Canvas-workshop
Gamedev-Canvas-workshop copied to clipboard
Learn how to build 2D HTML5 Breakout game with pure JavaScript
Results
1
Gamedev-Canvas-workshop issues
Sort by
recently updated
recently updated
newest added
I propose we refactor the code to introduce ternary operators into this workshop. `keyDownHandler(e)` and `keyUpHandler(e)` could easily be refactored. Maybe just refactoring one for comparison purposes, and leave the...