Amir Eldor's (Game)Dev Blog

Amir Eldor's (Game)Dev Blog

Follow
homebadges
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Adding touch pan and zoom controls to a Phaser game

May 28, 20224 min read

Hello. For this one, I ended up using Hammer.js. I did try Interact.js which is definitely newer and more updated, but that just... well... didn't...

Adding touch pan and zoom controls to a Phaser game

Serializing and deserializing an ECS in JavaScript/TypeScript

Feb 12, 20223 min read

I've been playing around more and more with some prototypes for my online persistent-universe single/coop player space game. In the last iteration, I...

Serializing and deserializing an ECS in JavaScript/TypeScript

Type-safe Phaser Scene changes and some updates about my game's backend

Aug 2, 20214 min read

What's up? In this post I'll write how I use some TypeScript hints for writing the Phaser client for my online web persistent-universe single/co-op...

Type-safe Phaser Scene changes and some updates about my game's backend