Bloons Tower Defense
Please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Bloons Tower Defense
From The Cutting Room Floor
Bloons Tower Defense |
---|
Developer: This game has unused code. |
Bloons Tower Defense is the first of a rather popular long-running tower defense series of games.
Unused Graphics
A placeholder graphic, presumably as a template for the resolution needed for the graphic size needed for the bloons.
Unused Text
this is test text
Text that would be replaced by a script.
Unused Tower
There's an unused tower called the Spikey Ball Tower, as seen in these code snippets:
var COST_DART = 250;
var COST_TACK = 400;
var COST_SPIKEY = 500;
var COST_BOMB = 900;
var COST_ICE = 850;
var RANGE_DART = 100;
var RANGE_TACK = 70;
var RANGE_SPIKEY = 85;
var RANGE_BOMB = 120;
var RANGE_ICE = 60;
case "spikey":
this.attackRate = 130;
this.attackRadius = this.game.RANGE_SPIKEY;
this.pierceMax = 2;
this.shootPower = 12;
this.isspread = true;
this.towerName = "Spikey Ball Tower";
this.spentonme = this.game.COST_SPIKEY;
break;
The tower can be restored and is functional. A quick demonstration can be seen here.
The Bloons series | |
---|---|
Adobe Flash | Bloons Monkey City • Bloons Pop Three |
Android | Bloons Monkey City |
Tower Defense | |
Adobe Flash | Bloons Tower Defense • Bloons Tower Defense 2 • Bloons Tower Defense 3 • Bloons Tower Defense 4 • Bloons Tower Defense 5 • Bloons TD Battles |
iOS/Android | Bloons Tower Defense 5 • Bloons TD Battles |
Windows | Bloons TD Battles |
Categories:
- Games developed by Ninja Kiwi
- Games published by Ninja Kiwi
- Adobe Flash games
- Games released in 2007
- Games with unused code
- Games with unused graphics
- Games with unused text
- Bloons series
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by Ninja Kiwi
Games > Games by platform > Adobe Flash games
Games > Games by publisher > Games published by Ninja Kiwi
Games > Games by release date > Games released in 2007
Games > Games by series > Bloons series
if(window.jQuery)jQuery.ready();if(window.mw){
mw.loader.state({"site":"loading","user":"ready","user.groups":"ready"});
}if(window.mw){
mw.loader.load(["mediawiki.action.view.postEdit","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","ext.uls.pt"],null,true);
}if(window.mw){
document.write("u003Cscript src="https://tcrf.net/load.php?debug=falseu0026amp;lang=enu0026amp;modules=siteu0026amp;only=scriptsu0026amp;skin=vectoru0026amp;*"u003Eu003C/scriptu003E");
}
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.tcrf.net/" : "http://stats.tcrf.net/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
if(window.mw){
mw.config.set({"wgBackendResponseTime":382});
}