2048: Creeper World 3 Edition

Started by Jacobkolstad, May 01, 2014, 12:16:21 PM

Previous topic - Next topic

Jacobkolstad

Look what I just created!
http://games.usvsth3m.com/2048/creeper-world-3-edition/
It's a very easy to use editor at the page, right over the game itself.

Randomgold

Looks cool.  Let's see if I got this right (up to the point that I saw)...Collector> Relay> Reactor> Ore mine> Syphon> Can't tell.  Looks like some kind of weird mortarish thing> Terp >PC> Mortar> ?????
That's all I got up to.  Maybe I'll try again later.  Gotta try not to get too addicted to his game after all.   ::)

Clean0nion

#2
I haven't played past Pulse Cannon, but here are my guesses past that...

2 4 8 16 32 64 128 256 512 1024 2048
Collector > Relay > Reactor > Ore mine > Siphon > Outdated shield image > Terp > PC > Mortar >













Collector2
Relay4
Reactor8
Mine16
Siphon32
Shield64
Terp128
PC256
Mortar512
Bertha1024
Thor2048
(I mean it's probably Bertha and Thor. It has to be, right?)

But surely it should be this?













Collector2
Relay4
Reactor8
Shield16
PC32
Mortar64
Bertha128
Thor256
Forge512
CN1024
Skarsgard's ship2048

Asbestos

Quote from: Randomgold on May 01, 2014, 05:14:07 PM
Looks cool.  Let's see if I got this right (up to the point that I saw)...Collector> Relay> Reactor> Ore mine> Syphon> Can't tell.  Looks like some kind of weird mortarish thing> Terp >PC> Mortar> ?????
That's all I got up to.  Maybe I'll try again later.  Gotta try not to get too addicted to his game after all.   ::)
That's a shield. All of the units look funky because they're most likely taken from the wiki, which as we all know is not a good source of images.

Flabort

Shield PC Bertha Terp
Siphon shield terp siphon
reactor mine siphon mine
collector reactor relay collector

score 13344
My maps: Top scores: Sugarplum, Cryz Dal, Cryz Torri, Cryz Bohz (Click fetch scores, page courtesy of kwinse)

kwinse

The winning tile (after Berthas) is blank.

Jacobkolstad

Quote from: Asbestos on May 01, 2014, 07:16:17 PM
Quote from: Randomgold on May 01, 2014, 05:14:07 PM
Looks cool.  Let's see if I got this right (up to the point that I saw)...Collector> Relay> Reactor> Ore mine> Syphon> Can't tell.  Looks like some kind of weird mortarish thing> Terp >PC> Mortar> ?????
That's all I got up to.  Maybe I'll try again later.  Gotta try not to get too addicted to his game after all.   ::)
That's a shield. All of the units look funky because they're most likely taken from the wiki, which as we all know is not a good source of images.
You said it. Not a good source of images. Except for the Bertha, though.

Jacobkolstad

Quote from: kwinse on May 02, 2014, 12:18:06 AM
The winning tile (after Berthas) is blank.
Is it?
I never made it that far, but it's supposed to be a Command Node

kwinse

I'd beat it again for a screenshot but apparently the rng's set to frustrate me today.

Kharnellius

#9
Quote from: Jacobkolstad on May 01, 2014, 12:16:21 PM
Look what I just created!
http://games.usvsth3m.com/2048/creeper-world-3-edition/
It's a very easy to use editor at the page, right over the game itself.
1356
5300

You credited the original creator, but you should also credit Creeperworld 3 for the art.  It will drive more people to the game. :)

MagneticDuck


.tile-2 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-collector.png") !important;
}
.tile-4 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-relay.png") !important;
}
.tile-8 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-reactor.png") !important;
}
.tile-16 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-oremine.png") !important;
}
.tile-32 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-siphon.png") !important;
}
.tile-64 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-shield.png") !important;
}
.tile-128 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-terp.png") !important;
}
.tile-256 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-pulsecannon.png") !important;
}
.tile-512 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-mortar.png") !important;
}
.tile-1024 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-bigbertha.png") !important;
}
.tile-2048 .tile-inner {
    background-image: url("http://knucklecracker.com/wiki/lib/exe/fetch.php?w=80&media=cw3:units:cw3-commandnode.png") !important;
}
main=(liftM2(>>)putStr print)"main=(liftM2(>>)putStr print)"

Write the following string, and then write it again in quotes: "Write the following string, and then write it again in quotes:"

Relli

Since MagneticDuck didn't say anything, allow me to draw everyone's attention to the very bottom of that code thing. All the previous image links look very similar, but something's up with the Command Node one, and going there says "Bad Request". This would explain why the Command Node image is blank. Fixing that link should work, though I wonder if the increased size of the image might not be another problem to consider.

MagneticDuck

#12
Indeed, Reilli. I didn't have time to write anything else when I posted that code thing (ima such an skilled haxor with much work to do >;0), but the bottom link is indeed not valid. In the game the 2048 tile will appear with a glowing yellow background instead of the usual white background, however, thanks to another little bit of CSS.



Ninja edit: http://knucklecracker.com/wiki/lib/exe/fetch.php?media=cw3:units:cw3-commandnode.png is a valid link, however. Seems somebody made a typo / botched a thingamajig.

main=(liftM2(>>)putStr print)"main=(liftM2(>>)putStr print)"

Write the following string, and then write it again in quotes: "Write the following string, and then write it again in quotes:"