Deadliest Click
por TheChosenWhan
Agrégalo a tu pantalla de inicio para acceder rápidamente
Instala este juego
Toca el botón Compartir, luego "Agregar a pantalla de inicio" para instalar este juego y tener acceso rápido.
Deadliest Click
Etiquetas para Deadliest Click
Descripción
¡Haz clic para conseguir atún o contrata personas para que lo consigan por ti!
Cómo jugar
Juego idle básico. ¡Haz clic en el gran atún, compra mejoras!
Comentarios
TheChosenWhan
Apr. 13, 2015
Hey, this was made by a twelve year old, programming in javascript, html and CSS. 375 lines of pain staking code to make this. Give me a break. A lot of people have criticized my game. Not every single game is made by a hardcore professional with team members at his disposal. This was made with one 12 year old. I want you guys to try to make something like this. With HTML. The most unfriendly language to make games in.
HaloExpert422
Mar. 13, 2015
@Olug and faii CAN YOU NOT SEE THE STINKING FISH RIGHT THERE?
HaloExpert422
Mar. 13, 2015
Lol, after doing the first restart, your income spikes up massively XD
milkbone
Mar. 11, 2015
meh.
TheChosenWhan
Apr. 13, 2015
$('.total').text(tuna.toString())
}
}
else {
alert('You do not have enough money to restart. You need at least 100,000 tuna to get any Holy Mackerals.')
}
});
tunatimer = setInterval(function() {
tuna = tuna += total_sec;
document.getElementById('psec').innerHTML = total_sec + " tuna per second";
$('.total').text(tuna.toString())
},
1000);
});