Amir Eldor's (Game)Dev Blog

Amir Eldor's (Game)Dev Blog

Follow
homebadges

My Qwik app that authenticates with Spotify

Jun 25, 20237 min read

A small tool that lets you put a "marker" on a song and have a button to recall that position with a click. ยท Hi, I am developing a small tool for...

My Qwik app that authenticates with Spotify

Mytimer.cloud for the Appwrite hackathon, June 2023

Jun 10, 20233 min read

Hey there! I had a blast participating in the Appwrite hackathon and I want to share my journey with you. So, buckle up and get ready for some timer...

Mytimer.cloud for the Appwrite hackathon, June 2023

A POC for a Go game server hosting long-running Lua games

Dec 1, 20223 min read

Hello. I've decided to try something for the game I'm developing. The game is a long-running online solo/coop space strategy game with resource...

A POC for a Go game server hosting long-running Lua games

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

Proxying WebSockets with Express and node-http-proxy

Mar 13, 20222 min read

Hello. It took me more than 2 minutes to find the relevant info online so I decided to put it here for others for a quick reference. I am using...

Proxying WebSockets with Express and node-http-proxy

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