/melon_game

Fruit merging game in Godot 3

Primary LanguageJavaScript

A fruit combining game implemented in Godot 3. Play the web build here.

This is a clone of the suika browser games that are a clone of Suika on Nintendo Switch that's a clone of a Chinese browser game.

Rambling

I initially implemented this in Godot 4 which is nicer that Godot 3 except that it doesn't have GLES2 support. This makes Godot 4 web builds unplayable on iOS. Hopefully the browser support of webgpu improves and we can move past this stage.

The porting from Godot 4 to 3 took a few hours. It would have been faster if I didn't try to manually convert the very simple scene files, and if during that manual conversion I didn't accidentally open the project in Godot 4 which wiped my changes.