GDevelop-examples
GDevelop-examples copied to clipboard
Spin Game - how to rotate objects and open url with mouse click
An example that shows how to make a spin wheel
Spin Game is a game in which the player can spin a roulette wheel by clicking on it. The project aims to teach how to rotate objects the moment the player clicks on it. Furthermore, the project teaches how to load a web site when clicking on an item in the game.
Checklist
- [x] I've followed all of the best practices.
- [x] My game has a proper name in the game properties.
- [x] My game package name behind with
com.example.
. - [x] My game has all events unfolded.
- [x] I've added myself as the author in the game properties.
- [x] I've included a file called "README.md" with a description in proper English, explaining what this example is doing.
- [x] I confirm that this game and all of its resources can be integrated to this GitHub repository, distributed and MIT licensed.
- [x] I've cleaned unused resources.
Game folder
Spin Game is a game in which the player can spin a roulette wheel by clicking on it. The project aims to teach how to rotate objects the moment the player clicks on it. Furthermore, the project teaches how to load a web site when clicking on an item in the game.
Hi! Nice project Here is my review:
- Their is a typo in the text object anme. It's
tutorial
nottutotial
- The package name should be
com.example.<project name>
- Make the
speed
variable a scene variable. It doesn't need to be a global variable - The text is a bit confusing. It makes it seem that the user has click the spin wheel to open the tutorial. Maybe make it
Click me to see tutorial
Change the short description to
An example that shows how to make a spin wheel
- nit pciking: Change the Sprite folder to
assets
:)
Thanks. Modifications made and already updated.
👍
- Remove the invalid resources
- Move all assets in an "asset" folder
- Remove unused events
- Remove empty events
- Make the speed variable a scene variable. It doesn't need to be a global variable
- Change the short game description to "An example that shows how to make a spin wheel" or Re use the text from Readme file.
- Next to Readme file if you can add a
thumbnail.png
file with 64x64px for the icons in example list.
:)
@dfilitto there is still few things to fix as listed in comment adove. And then we could accept the example.
Hi @dfilitto Do you need more time or help? Let us know!
Hi, what is missing for the example to be published. I thought I didn't need to do anything else. If needed, you could guide me. Thanks.
Mestre em Ciência da Computação pela Universidade Estadual de Maringá - UEM, Pós-Graduado em Redes de Computadores e Comunicação de Dados pela Universidade do Estado do Paraná - UEL, Bacharel em Ciência da Computação pela Universidade do Oeste Paulista - UNOESTE.
Atuo na área acadêmica como professor desde 2006. Atualmente leciono no SENAC (Serviço Nacional de Aprendizagem Comercial) e possuo vários cursos na Udemy (https://www.udemy.com/user/danilo-filitto/).
Além disso, sou o CEO dos sites https:www.dfilitto.com.br e https: www.makeindiegames.com.br
Você também pode me encontrar no YouTube por meio do endereço https://www.youtube.com/danilofilittoppr
Hi, what is missing for the example to be published. I thought I didn't need to do anything else. If needed, you could guide me. Thanks. Mestre em Ciência da Computação pela Universidade Estadual de Maringá - UEM, Pós-Graduado em Redes de Computadores e Comunicação de Dados pela Universidade do Estado do Paraná - UEL, Bacharel em Ciência da Computação pela Universidade do Oeste Paulista - UNOESTE. Atuo na área acadêmica como professor desde 2006. Atualmente leciono no SENAC (Serviço Nacional de Aprendizagem Comercial) e possuo vários cursos na Udemy (https://www.udemy.com/user/danilo-filitto/). Além disso, sou o CEO dos sites https:www.dfilitto.com.br e https: www.makeindiegames.com.br Você também pode me encontrar no YouTube por meio do endereço https://www.youtube.com/danilofilittoppr
@dfilitto You can open this link: https://github.com/GDevelopApp/GDevelop-examples/issues/177 In previous answers, you have the reviews made a few weeks ago.