broughlike-tutorial
broughlike-tutorial copied to clipboard
Results
3
broughlike-tutorial issues
Sort by
recently updated
recently updated
newest added
Hi! I used the BroughLike code as a base for a recent game jam as a way to teach myself JS. Excellent tutorial and I ended up with a graphically...
`ctx.fillRect(0,0,20,20,20);` -> `ctx.fillRect(0,0,20,20);` The first version has a third `20`.
I noticed it was wrong, this updates the number accordingly