by Lentz Chun
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
Git Hub repo graph screenshot
Jens
Denis
Oscar
Rex
Will
Titi
Jon
Matt
Thank you!