htmlgames / htmlgames.github.io

HTML Games
5 stars 7 forks source link

FIXED: Hacked ASCII code projects added... #2

Closed htmlgames closed 6 years ago

htmlgames commented 7 years ago

I've had a go at fixing the double keypress for griffpatch's word processor and ascii key display projects (I've added them both to the bottom of the dropdown list)

The current fix is a hack itself - so a hack to fix a hack!

htmlgames commented 7 years ago

Updated to use keypress to set flag if upper / lower case is required. This is in conjuction with keydown and keyup events, and the getKeyCode method.

htmlgames commented 7 years ago

...Also added hacked block 'touchingColor' for the Stage. (for stickman adventures)

You Guys love your hacked blocks!