what is it small game, using Godot. I use Godot with module futari-addon (google it(gitlab) ot use this link ), to edit this project you need build Godot with it.
Using external Assets, list of all used assets
2020 updated to Godot 3.2
2021 tested in Godot 3.3.2 works (remember to build Godot with futari-addon)
Playable version(binary): danilw.itch.io/e-ani
e_ani_multiplayer this is Multiplayer version, by using Godot rpc()
network. I have test it and it work (lags in real-internet play), critical errors with wrong node path on mass node creation/deletion is fixed, but I did not make full-sync, so Godot on Client will display errors with wrong node path for first 1-10 frames after object creation on Host. This is very bad and unsafe multiplayer, that I made only for learning Godot multiplayer, do not use it. Multiplayer binary versions aviable on danilw.itch.io project page linked above.
Web version: this game work in HTML5(wasm) build Link to web-build. Updated 2020: fixed and now it works.