掠猴之遊戲 Monkey-catching Game (mobile web-game)

Hey!

I’ve been recently working on this mobile web-game you can play right now by simply clicking the link:

It’s build in javascript with threejs, and FMOD for the audio.
A lot of headache went into making it work on older mobile browsers, but I’m happy with the result.
It’s a short Taiwanese photo-taking music-videogame that takes place on a procedurally generated streets of Taiwan (mainly Taipei).
It was made for a song of a Taiwanese band as a commission.
It showcases the song throughout the game and also the story of the song is very much related to the story of the game.

We kinda designed a small web virtual console for it, which we end up naming Surfy. Css and html take care of everything except for the contents of the screen itself, which we are rendering on WebGL using threejs.

Give it a play! It’s free and it works on most mobile browsers!

8 Likes

Good. Found the monkey and took a picture of if.

How did you achieve this retro look?

Thanks!

It’s basically a low-resolution RenderTarget, using MeshToonMaterials for most of the elements, and a custom image postprocessing shader, using a dithering texture.

1 Like

The graphics are very satisfying. My favourite Three.js showcase I’ve seen on here.

1 Like