Cromulon Pong!

by Lentz Chun

 

My background

  • From Manila
  • Majored in Animation
  • Wants a career in IT

Technologies I've used :

 

 

HTML

Bootstrap/CSS

 

JavaScript

CodeClimate results :

Technical Challenges :

 // Winning Logic
    if (score1 === winScore ){
      $('#endgame').show();
      getschwifty.play();
      $('.player1wins').show();
      $('.player2wins').hide();
      clearInterval(gameloop);
    } else if ( score2 === winScore) {
      $('#endgame').show();
      getschwifty.play();
      $('.player2wins').show();
      $('.player1wins').hide();
      clearInterval(gameloop);
    }


Key Features

Collision Detection

Animated Background

Reset Button&Page

Moving Forward...

  • Improve the code
  • Add animated effects
  • Probably update the game with added power ups

Git Hub repo graph screenshot

Q&A

I would like to thank

Jens
Denis

and also

Oscar
Rex
Will
Titi
Jon
Matt

Thank you!

Project 1 Presentation

By lentz03

Project 1 Presentation

WDI HK 11 Project 1_ Cromulon Pong

  • 308