Live data from Hacker News

A WebGL game where you deliver messages on a tiny planet

messenger.abeto.co

121–130 of 350 posts

Re: A WebGL game where you deliver messages on a tiny planet

#122
post #74

I spent more time enjoying the graphics and style than actually playing. it runs so well on a mobile device, I've never seen something like this. as for the game itself, I couldn't understand how to deliver the messages.

I have a cheap android phone that's 4 years old. This game is still playable. Very impressive!

Re: A WebGL game where you deliver messages on a tiny planet

#123
post #99

Love all of it except for the camera controls on iOS. Not sure how you could improve them but they need some work. Camera gets too close to the character a lot. Might consider two touch controls that separate movement direction and camera position.

Agreed. Same for movement. It’s a little too hard to run straight sometimes.

Re: A WebGL game where you deliver messages on a tiny planet

#124
post #8

The font? The art style? The fluidity on a mobile device? It's fantastic. I wasn't able to deliver packages but I was too mesmerized to be mad about that. Beautiful game. Kudos. Edit: I did figure it out and completed all the deliveries. So many potential. It reminds me a bit of Sky by thatgamecompany Edit 2: for the author, I noticed several players approached me and tried to communicate. Please explore games like J…

I think it's the curvature of the world that's making it run so well on mobile. There's never to much models on-screen to draw.

Re: A WebGL game where you deliver messages on a tiny planet

#129

I appreciate what seems like an attempt to make a "smart camera" that gets out of the way of the player and unburdens them from having to control both a player and the perspective of the camera. That burden, of controlling two entities (player and camera) is large for people who are unused to playing video games. Was this dynamic on your radar when building the game and camera system? Would love to hear your thoughts…

Modern camera systems are often smart in this way. Zelda Ocarina of Time on the N64 was one of the first (if not the first) that got "out of the way" by itself.

Re: A WebGL game where you deliver messages on a tiny planet

#130
post #35
post #17

I'm curious how you build something like this. I see file types in the network tab which, as a web dev, I've never worked with before. ktx2 and drc extensions, for example. I'm also seeing some wasm and threejs. Is there an engine that outputs these things or is it more of a manual process to bring everything together?

ktx2 = textures drc = 3d shapes (I think) ogg = audio All of these would normally be bundled in the game installer, but are sent down piece by piece over the network in this case. Then there's some wasm and js for the game's business logic. The browser has WebGL APIs that enable running all of this. I'm assuming they used a library or engine like Unity, Godot or Three.js that supports WebGL as an execution target.

The NPC at the top of the building sais it's three.js
Post reply on HN