Sunday, January 1, 2012

My Year is starting off well

Not much has happened since the last post, but I created this code while I was bored. I am not suicidal, it just added a nice touch:


package
{

import earth.people.thirteen;
import earth.livingThings.person;
import life.statis.alive;
import life.statis.dead;
import life.feelings.bored;
import items.weapons.samuraiSword;
import parts.weapons.samuraiSwordParts;
import instructions.weapons.samuraiSwordMake;
import death.selfInflicted.seppuku;
import conversation.twoPerson.answer;

public class thirteenislucky extends person
{
public var me : thirteen;
public var help : answer;
public var parts : samuraiSwordParts;
public var make : samuraiSwordMake;
public var sword : samuraiSword;
public var die : seppuku;

var me = alive;

public function thirteenislucky
{

if(( me == bored) && ( me == alive)
{
trace("Any idea what I should do Guys?");

wait(5 minutes);

if( help != true )
{
trace("You guys suck, I hate you");

continue getSword;
}
}
}

public function getSword
{


if(( parts == true) && ( make == true))
{

trace("I made a Samarai Sword");
var sword = true;
continue killSelf;
}
}

public function killSelf
{

if ( sword == true)
{
trace("Goodbye cruel world!!!!!!!!!!!!!");
trace("*Dies by Seppuku*");

var die = true;

if( die == true)
{
var me = dead;
var sword = false;
continue thirteenislucky;
}
}
}
}
}

Tell me what you think in the comments. In other news, I am still working with SantoLife.
Thank you for reading,
13islucky

Saturday, December 31, 2011

I must have ADD, I keep scrapping Ideas

Hello 1 person who may read this blog,
I have good news (for me, I don't know if this affects you). Me and this nice fellow by the name of SantoLife have began a collaboration. I won't give details yet, but it will be somewhat awesome. We have barely started so I don't have any thing to share with you yet but I will sometime.
Thanks for reading my blog, whoever you may be,
13islucky



P.S. Here is SantoLife's Kongregate profile:
http://www.kongregate.com/accounts/Santolife

Sunday, October 16, 2011

My First Post

My First Post
Its the first post of my new blog. I hope you can come to expect posts on my upcoming games and ramblings about other games, things, and the world. I hope you like it.