![]() |
|
|
Thread Tools | Display Modes |
|
#441
|
||||
|
||||
|
An object-oriented poem.
"genesis.mwx" Code:
int time = 1;
while (time == 1)
{
create ("light");
if (light.isGood)
{
divide (light, "light", "darkness", attr brightness);
string light.name = "day";
string darkness.name = "night";
time++;
}
else
{
destroy (light);
}
}
while (time == 2)
{
create ("water");
divide (water, "water", "expanse", attr air);
string expanse.name = "sky";
time++;
}
while (time == 3)
{
divide (water, "water", "land", attr dry);
string water.name = "sea";
string land.name = "earth";
if (land.isGood)
{
land.create ("grass");
land.create ("herbs");
land.create ("trees");
if (land.isGood)
{
time++;
}
else
{
destroy (land);
}
}
else
{
destroy (land);
}
}
while (time == 4)
{
while (true)
{
expanse.create ("sun");
if (expanse.sun.isGood)
{
light += assign (expanse.sun);
break;
}
else
{
destroy (expanse.sun);
}
}
while (true)
{
expanse.create ("moon");
if (expanse.moon.isGood)
{
darkness += assign (expanse.moon);
break;
}
else
{
destroy (expanse.moon);
}
}
while (true)
{
expanse.create ("stars");
if (expanse.stars.isGood)
{
darkness += assign (expanse.stars);
break;
}
else
{
destroy (expanse.stars);
}
}
time++;
}
while (time == 5)
{
while (true)
{
create ("fish");
if (fish.isGood)
{
water += assign (fish);
break;
}
else
{
destroy (fish);
}
}
while (true)
{
create ("bird");
if (bird.isGood)
{
expanse += assign (bird);
break;
}
else
{
destroy (bird);
}
}
boolean fish.isFruitful = true;
boolean bird.isFruitful = true;
time++;
}
while (time == 6)
{
while (true)
{
create ("animal");
if (animal.isGood)
{
break;
}
else
{
destroy (animal);
}
}
while (true)
{
create ("man", modify ("in our image"));
divide (man, "male", "female", attr sex);
if (man.isGood)
{
boolean man.isFruitful = true;
boolean man.hasDominion = true;
break;
}
else
{
destroy (man);
}
}
bless (man);
time++;
}
while (time == 7)
{
rest ();
}
|
| Sponsored Links |
|
Please register to remove the above advertisement. |
|
#442
|
||||
|
||||
|
Are there at least 2 other people planning on submitting? If so, I'll extend the round another week. If not, I'm going to call this one dead. I've seen no one else express an interest in submitting this round.
|
|
#443
|
||||
|
||||
|
Oh, what the hell. There's no reason to let this die when I have written something recently, polished or not.
Steam Engine I pilot a curious engine of pudgy fitted coats upon a flimsy calcite frame. The armored exterior submits to every errant untamed ghost of pressure placed against its shell. There is a gleam of black on black I almost do not see. A feathered scout perched upon the night cocks its head from the other side. Perhaps the double-pane is a focusing lens or its sights are granted mine are not; I do not know-- but while my fuels are fumes and hours of operation long, it sees that from my unseen exhaust weak steam burst forth does not.
__________________
|
|
#444
|
||||
|
||||
|
Two submissions...
If you two want to duke it out in the voting period alone, I'll open up the voting period for the rest of the month. The other option, which is the default, is to allow this round to fall through and you'll be able to resubmit your entries in January for the Freeform round if you desire to do so. Personally, I say resubmit next month, but that's my opinion. |
|
#445
|
||||
|
||||
|
What the... wasn't there a third one? I swear Zeality had PM'd something in. I think I'm going crazy, and that's saying something since that already happened a while ago.
__________________
Last edited by Imagist; 01-10-2011 at 03:04 PM. |
|
#446
|
||||
|
||||
|
Duke it out if we authors are not allowed to vote.
else {resub("next_month");} |
|
#447
|
||||
|
||||
|
A new challenger appears!
Don't want to let this come down to a no vote situation, and I happen to have written a poem somewhat recently. Just something I was experimenting with, since I'm usually not a poet.If it's not too late. If it is, I'd like to throw down for next month's resubmit. Either way, here you go: Mother is Dead The sky turned black, the day you died and never did turn back Even after you rose again, I kept you alive when I lied You were no more, whom death defied when knocking at his door. But to be fair, what ventures far that returns again untried? Was it I, who made you decide to start it all anew? You chose to be a man of strength enough to throw the old aside. I am a-part, essential and outside, discarded from your heart. Close to the Blind Fate stole from you A reminder you denied. Father what’s left when tears are dried? Were you the more bereft? I stay to fight for your remains; the scraps that you provide.
__________________
Thanks Bummerdude.My short story blog:http://darklink42.tumblr.com/ "Ah yes, from the book of Contrivance 5:13." -Ectogemia Last edited by Darklink42; 12-10-2010 at 01:12 AM. |
|
#448
|
||||
|
||||
|
Alright, we'll try for a vote this round. Since this is starting late, if votes are sparse, I'll nullify them and have you guys resubmit for Freeform in January.
This round's submissions are: genesis.mwx by M W Steam Engine by Imagist Mother is Dead by Darklink42 Everyone, and I mean everyone, should vote! Voting ends at the end of the month! |
|
#449
|
||||
|
||||
|
My NaNoWriMo attempt failed, but I figured I'd link what I had and possibly get some feedback on it.
http://www.fictionpress.com/s/2873734/1/Grey_Stone
__________________
|
|
#450
|
||||
|
||||
|
If you have any last-minute votes, now's the time. I'm giving it until the end of today (the 1st) before calling it.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|




Thanks Bummerdude.

Linear Mode
