Games Achievements My Kong Sign In

TheChosenWhan's Comments

Comment

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 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); });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

document.getElementById('i1').innerHTML = "Fisherman: + " + i1psec + "/sec cost: " + i1cost; document.getElementById('i2').innerHTML = "Fishing boat: + " + i2psec + "/sec cost: " + i2cost; document.getElementById('i3').innerHTML = "Trawler: + " + i3psec + "/sec cost: " + i3cost; document.getElementById('i4').innerHTML = "Tuna Tanker: + " + i4psec + "/sec cost: " + i4cost; document.getElementById('i5').innerHTML = "Tuna Corp: + " + i5psec + "/sec cost: " + i5cost; document.getElementById('i6').innerHTML = "Stuffy Buisnessman: " + i6psec + "/sec cost: " + i6cost; document.getElementById('i7').innerHTML = "Tuna generator: " + i7psec + "/sec cost: " + i7cost;

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

i6cost = 15000; i7cost = 20000; total_sec = parseInt(total_sec += hm); i1psec = i1psec += hm; i2psec = Math.round(i2psec += hm * 2); i3psec = Math.round(i3psec += hm * 4); i4psec = Math.round(i4psec += hm * 8); i5psec = Math.round(i5psec += hm * 16); i6psec = Math.round(i6psec += hm * 64); i7psec = Math.round(i7psec += hm * 128);

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('.restart').click(function() { if(tuna >= 100000) { var hmdisplay = Math.round(tuna / 1500000); var restart = prompt('Do you want to restart? You will have 0 tuna, but gain ' + hmdisplay + ' Holy Mackerals. Type "yes" to restart.') if(restart.toLowerCase() === "yes") { hm = Math.round(tuna / 1500000); tuna = 0; ready = false; total_sec = 0; i1cost = 25; i2cost = 100; i3cost = 500; i4cost = 1500; i5cost = 5000;

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('#i6').click(function() { if(tuna >= i6cost) { total_sec += i6psec tuna = Math.round(tuna - i6cost); i6cost = Math.round(i6cost + i6cost * .10); $('.total').text(tuna.toString()); document.getElementById('i6').innerHTML = "Stuffy Buisnessman: + " + i6psec + "/sec cost: " + i6cost; } }); $('#i7').click(function() { if(tuna >= i7cost) { total_sec += i6psec tuna = Math.round(tuna - i7cost); i7cost = Math.round(i7cost + i7cost * .10); $('.total').text(tuna.toString()); document.getElementById('i7').innerHTML = "Tuna genarator: + " + i7psec + "/sec cost: " + i7cost; } });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('#i3').click(function() { if(tuna >= i3cost) { total_sec += i3psec; tuna = Math.round(tuna - i3cost); i3cost = Math.round(i3cost + i3cost *.10); $('.total').text(tuna.toString()); document.getElementById('i3').innerHTML = "Trawler: + " + i3psec + "/sec cost: " + i3cost; } }); $('#i4').click(function() { if(tuna >= i4cost) { total_sec += i4psec tuna = Math.round(tuna - i4cost); i4cost = Math.round(i4cost + i4cost * .10); $('.total').text(tuna.toString()); document.getElementById('i4').innerHTML = "Tuna Tanker: + " + i4psec + "/sec cost: " + i4cost; } });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('#i2').click(function() { if(tuna >= i2cost) { total_sec += i2psec; tuna = Math.round(tuna - i2cost) i2cost = Math.round(i2cost + i2cost * .10); $('.total').text(tuna.toString()); document.getElementById('i2').innerHTML = "Fishing boat: + " + i2psec + "/sec cost: " + i2cost; } }); $('#i3').click(function() { if(tuna >= i3cost) { total_sec += i3psec; tuna = Math.round(tuna - i3cost); i3cost = Math.round(i3cost + i3cost *.10); $('.total').text(tuna.toString()); document.getElementById('i3').innerHTML = "Trawler: + " + i3psec + "/sec cost: " + i3cost; } });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('#u1').click(function() { if(tuna >= u1cost) { u1cost = Math.round(u1cost + u1cost * .10); i1psec = i1psec += 5; tuna = tuna -= u1cost; document.getElementById('i1').innerHTML = "Fisherman: + " + i1psec + "/sec cost: " + i1cost; } }); $('#i1').click(function() { if(tuna >= i1cost) { total_sec += i1psec; tuna = Math.round(tuna - i1cost) i1cost = Math.round(i1cost + i1cost * .10); $('.total').text(tuna.toString()); document.getElementById('i1').innerHTML = "Fisherman: + " + i1psec + "/sec cost: " + i1cost; } });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('.close').click(function() { $('.purchases').animate({'opacity': "0"}, "fast") $('.upurchases').css('display', 'none'); }); $('.uclose').click(function() { $('.upurchases').animate({'opacity': "0"}, "fast") $('.purchases').css('display', 'none'); });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

$('.upgrades').click(function() { if(ready === true) { $('.purchases').css('display', 'inline-block'); $('.purchases').animate({'opacity': "1"}, "fast") } else { $('.purchases').show() $('.purchases').css('display', 'inline-block'); ready = true } }); $('.pupgrades').click(function() { if(ready2 === true) { $('.upurchases').css('display', 'inline-block'); $('.upurchases').animate({'opacity': "1"}, "fast") } else { $('.upurchases').show(); $('.upurchases').css('display', 'inline-block'); ready2 = true } });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

function getCookie(name) { var re = new RegExp(name + "=([^;]+)"); var value = re.exec(document.cookie); return (value != null) ? unescape(value[1]) : null; } function delete_cookie(name) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } $(document).ready(function() { /* alert('This is my first Cookie update. Only saves tuna, and tuna per second. Please dont submit a bug report for that. This update is glitchy. Very glitchy.') */ $('.total').text(tuna.toString()); $('.main_button').click(function() { tuna = tuna += 1; $('.total').text(tuna.toString()) });

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 0

Here is the 360ish lines of code for this so called "Not even a game at this point" broken into chunks because it won't fit. <!DOCTYPE html> var tuna = 0; var ready = false; var ready2 = false; var total_sec = 0; var u1cost = 2250; var i1cost = 25; var i1psec = 1; var i2cost = 100; var i2psec = 10; var i3cost = 500; var i3psec = 25; var i4cost = 1500; var i4psec = 75; var i5cost = 5000; var i5psec = 150; var i6cost = 15000; var i6psec = 500; var i7cost = 20000; var i7psec = 750; var hm = 0; var tunatimer;

Deadliest Click

Play Deadliest Click

Apr. 13, 2015

Rating: 1

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.

Number Wizard

Play Number Wizard

Apr. 13, 2015

Rating: 1

Look, I'm 12 years old and programming in C#. Give me a break. The button thing is not my fault. It's a bug with Unity. I bet you guys haven't ever even used unity. It's hard. It's a professional game engine, being used by a twelve year old.

Number Wizard

Play Number Wizard

Apr. 13, 2015

Rating: 0

poop

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate