3D Dunot made with java. (╥_╥)
Steps to run it:
- Make sure to have Java and JavaC intalled in your pc. To check, run:
java -version
andjavac -version
on cmd or terminal. - If you don't have Java instaled, here the link: https://www.oracle.com/br/java/technologies/downloads/
- Copy the
Dunot.class
to somewhere in your pc. Exemple:C:/User/Desktop
. - Open some terminal, like CMD, Bash or powershell.
- Go to the path where your copied the file of the Donut.
- runs the following command:
java Donut
. - Done, just have fun with your 3D Donut!
Rosquinha 3D feito com java.
Passos para executá-lo:
- Certifique-se de ter Java e JavaC instalados no seu PC. Para verificar execute:
java -version
ejavac -version
no cmd ou terminal. - Se você não tiver o Java instalado, aqui está o link oficial: https://www.oracle.com/br/java/technologies/downloads/
- Copie o
Dunot.class
para algum lugar no seu PC. Exemplo:C:/User/Desktop
. - Abra algum terminal, como CMD, Bash ou powershell.
- Vá para o caminho onde você copiou o arquivo do Donut.
- Execute o seguinte comando:
java Donut
. - Pronto, divirta-se com sua Rosquinha 3D!