Facebook games?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Haniver
:warning: Old Version Published before Godot 3 was released.

Hello, I’m new to the Godot engine.
The main page says that you can deploy to html5. Does that mean I could make a Facebook game like Candy Crush using Godot and maybe Python for the back end?
Thanks

:bust_in_silhouette: Reply From: ingo_nikot

in theory it would work but you should test it on a small game first.

and i dont know if you need python for the back end at all. With HTTPClient you should be able to access the facebook api.