This is very simple , beautiful and chanllenging game.
In this game player creact stack over other stack and build a tower and make his high score.
stack become difficult after every stack put.
If you want customize game then follow given steps
Open index.html and fine code below
<meta charset="UTF-8"> <title>Tower stack</title> # Change title according you.
open iden.html and find code below
<div class="game-ready"> <div id="start-button">Start</div> #you can change start button here <div></div> </div>
open idex.html and find code below
<div id="score">0</div> <div id="instructions">Tap to put block</div> <div class="game-over"> <h2>Game Over</h2> <p>You did great, you're the best.</p> <p>Click or spacebar to start again</p> </div>
open script.js and find code below
this.renderer.setClearColor('#f9ed84', 1); #Change game color here
open style.css and find code below
#container.ended #score {
-webkit-transform: translatey(6vh) scale(1.5); #Customize end game scrore scale here
transform: translatey(6vh) scale(1.5); #Customize end game scrore scale here
open style.css and find code below
#container.ended .game-over p {
-webkit-transition-delay: 0.3s; #change transitio effect
transition-delay: 0.3s; #change transitio effect
}
open script.js and find code below
If you need any help with this game then please contact us : subrominda@gmail.com