1 / 6

Pule a bola

Pule a bola. Amanda von Zuben Antonio Carlos Lucas Souza Mariana Bueno Vinicius MENDES. Descrição do projeto. Objetivo Ideia Cenário Personagem Bola. Interface do software. Metodologia. Criação do jogo: Parte gráfica Código Finalização. Partes relevantes do código.

keziah
Télécharger la présentation

Pule a bola

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pule a bola Amanda von Zuben Antonio Carlos Lucas Souza Mariana Bueno Vinicius MENDES

  2. Descrição do projeto Objetivo Ideia Cenário Personagem Bola

  3. Interface do software

  4. Metodologia • Criação do jogo: • Parte gráfica • Código • Finalização

  5. Partes relevantes do código // Gravidade forca = forca – gravidade; y = y – forca; // Velocidade draw_sprite(buffer, bola, h = h – 10, t); // Pulo if( key[KEY_SPACE] && pulou == false ) { pulou = true; forca = 30; } // Bola if(h<-50){ h = 900; } // Pontuação if((y >10) && (h >29 && h <40)){ h = 900; pontos = pontos - 1; }

  6. Futuras implementações Maior interatividade entre o jogo e usuário; Mudança de velocidade da bola; Diferentes movimentações do personagem.

More Related