Attribution / License inclusion

I use Phaser 3 and rexplugins for my game. Both are licensed under MIT.
MIT says that you must include the license with your game.
Players must be able to access the license.

Godot is licensed under MIT too.
Godot suggests many options for including the license in games.
One suggestion is to put the license in the credits screen.
Another suggestion is to print it in console.

Phaser games run in browsers.
Is it enough if I print the licenses in the browser console?

Put the below license in a text file in your game root folder and then in your credits put Phaser (MIT License):

I don’t believe you should print it in the console. You also don’t need to make the license visible to the user in the UI. You just include the license somewhere. In reality, probably no one will ever see it. This is described here:

1 Like