...

/

Quiz Yourself on the Spin N Win Project

Quiz Yourself on the Spin N Win Project

Check your understanding of the concepts implemented in the Spin N Win game by taking this quiz.

We'll cover the following...
Technical Quiz
1.

Which method can be used to generate a random integer within a given range from x to y?

A.

Phaser.Math.Random(x, y)

B.

Phaser.Math.Between(x, y)

C.

Phaser.Math.RandomNumber(x, y)

D.

Phaser.Math.Integer(x, y)


1 / 5