Deadliest Click
by 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);
});