Deadliest Click

Deadliest Click

by TheChosenWhan
버그 신고
게임 신고
Loading ad...

Deadliest Click

평점:
2.1
출시일: March 10, 2015
최종 업데이트: March 10, 2015
개발자: TheChosenWhan

Deadliest Click의 태그

설명

Click to get tuna, or hire people to get tuna for you!

플레이 방법

basic idle game. Click big tuna, buy upgrades!

댓글

0/1000
TheChosenWhan avatar

TheChosenWhan

Apr. 13, 2015

1
0

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 avatar

HaloExpert422

Mar. 13, 2015

0
1

@Olug and faii CAN YOU NOT SEE THE STINKING FISH RIGHT THERE?

HaloExpert422 avatar

HaloExpert422

Mar. 13, 2015

1
0

Lol, after doing the first restart, your income spikes up massively XD

milkbone avatar

milkbone

Mar. 11, 2015

2
1

meh.

TheChosenWhan avatar

TheChosenWhan

Apr. 13, 2015

0
0

$('.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);

});