Introduction à Defold : https://defold.com/manuals/introduction/
Exemples : https://defold.com/examples/animation/basic_tween/
Langage de DEFOLD LUA (version 5.1)
Tutos :
https://devjohn.medium.com/how-to-make-a-hyper-casual-game-step-by-step-tutorial-ca19d340b4ea
Installation sous Ubuntu :
Dezipper le fichier téléchécjargé dans un répertoire puis le lancer en tapant la commande :
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libffi.so.7 ./Defold
Attention, si problème graphique tapez :
export MESA_GL_VERSION_OVERRIDE=2.1
Références :
https://github.com/defold/defold/issues/4985#issuecomment-652798556