Kirk Morris
Kirk M. (@saricden)

Kirk M. (@saricden)

Follow
homebadges
Tag

HTML5

#html5

More content

Read more stories on Hashnode


Articles with this tag

How to make fixed elements respect the virtual keyboard on iOS

Jun 3, 20232 min read 1.0K views

Apple likes to "think different" (and tell us about it too). Sometimes this leads to cool stuff, and other times it results in position: fixed...

How to make fixed elements respect the virtual keyboard on iOS

Preloading images in plain HTML

Apr 3, 20231 min read 96 views

Recently I needed to preload images for my upcoming web game: Hex.club, but me being me, I didn't feel like building a complex solution using JS. A...

Preloading images in plain HTML

Wrapping Promises in PhaserJS

Jan 30, 20222 min read 359 views

Useful for managing asynchronous operations in HTML5 game dev ยท Wrapping Promises in PhaserJS can be a dead useful tool for your game dev arsenal. One of...

Wrapping Promises in PhaserJS

PhaserJS Platformer Aim & Shoot Mechanics

Jan 18, 202218 min read 663 views

Using independently rotated arms and raycasting. ยท Today I'll be teaching how to create a mouse-based aim and shoot use game mechanic in PhaserJS. This...

PhaserJS Platformer Aim & Shoot Mechanics