Deadliest Click
开发者 TheChosenWhan
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
Deadliest Click
Deadliest Click 的标签
简介
Click to get tuna, or hire people to get tuna for you!
玩法说明
basic idle game. Click big tuna, buy upgrades!
评论
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);
});