JOURNAL:
omegaevolution (OMEGA )
-
just 1 hour and 35 minutes left O___O
2007-06-21 09:25:23
noooooooo I'm nervous, stupid test XD. Anyway I'm programing a pacman game to prepare myself for the test, yes you hear a PACMAN!! XD
Also lol I got a typo error in one of the banners I submitted last week XD, had to correct it and upload it again lol
Oh forgot to mention this yesterday, I had my last class of language(sp?) yay, no more classes in the morning (9:15 AM - 10:45 AM) lol, I will be able to sleep more :)
ok thats it, wish me luck with this test cause I NEED a good mark XD
-
you think you are a tech-nerd-with-a-butterfly-fetish geek?, if not then watch this vid and answer me again XD
2007-06-20 19:02:57
http://www.youtube.com/watch?v=pOBAtX0kk_w
Super Paper Mario ftw, best part of the game IMO XD, seriouslly watch this and don't turn it off until the battle starts XD
anyway tomorrow I have my programing test, is going to be difficult but I feel ready for it, BRING IT ON!! >:3
other than that I'm quite happy, someone thinks I'm special :3
-
DAMMIT!!!
2007-06-19 17:54:21
I hate been busy with college stuf, luckilly I got to watch some AMVs this morning, though I have to write an eassay about something I don't understand X___x, and I NEED a good mark on this one XD. I finished 2 game in C# but I have troubles with this "challenge" our teacher gave us for the final exam, dunno why the fucking code throws me an error ¬_¬
static int OMEGA()
{
//chequear y bloquear al contrario si es que debo hacerlo
for (int j = 0; j < 7; j++)
{
int i = 5;
while (i >= 0 && matriz[i, j] != 0)
{
i--;
}
if (i >= 0)
{
matriz[i, j] = 2;
if (Fin_del_Juego() == 2)
{
matriz[i, j] = 0;
return j;
}
else
{
matriz[i, j] = 0;
}
}
}
//ganar si se tiene la oportunidad
for (int j = 0; j < 7; j++)
{
int i = 5;
while (i >= 0 && matriz[i, j] != 0)
{
i--;
}
if (i >= 0)
{
matriz[i, j] = 1;
if (Fin_del_Juego() == 1)
{
matriz[i, j] = 0;
return j;
}
else
{
matriz[i, j] = 0;
}
}
}
//estrategia
for (int j = 6; j > -1; j--)
{
for (int x = 0; x < 6; x++)
{
if (IsUno == true)
{
switch (matriz[x, j - 1])
{
case 2:
return (j);
break;
case 0:
j = j - 1;
return (j);
break;
}
}
else
{
switch (matriz[x, j - 1])
{
case 1:
return (j);
break;
case 0:
j = j - 1;
return (j);
break;
}
}
}
}
}
yeah confusing? XD, its supposed to be an strategy that returns an integer that simbolize the columm I have to play, I have to win against the strategy programed by our teachir, which is not difficult to win, but the error this thing throws me is that my function doesn't return valors for every variable, which I found strange cause this code is almost the same my teacher made and IT has to return (j) no matter what T.T, me is confused.
anyway when I finish all the games I will upload them XD. Now get back to work on the essay >.<
chuncks away!!!
-
I'm not dead D: ...
2007-06-16 13:47:36
... yet D:
man I can't believe how busy I have been this week, and I still need to finish to program the 2 games in C# for my Programing Final Exam >.<, and next week I have like 3 tests D:, saddly my semester ends in July 13rd (yes it will be winter vacations here :/).
anyway... is it normal for banners to take a week for the approval, I mean I submitted them las saturday and they still need approal, is that bad or not o.o? *is new in banner stuff*
I only had time to watch 2 vids this week, Bauzi is Deus Machina (sp?) AMV and Sierra Lorna is Broken AMV, pretty cool both of them, watch them if you haven't ;) *thumbs up*.
Well thats it for now folks, need to finish programing those games >.<
-
oh my gosh O:
2007-06-11 18:47:22
@Bauzi: C is different from C#?, cause I thought they were the same when you talked of it on your journal =O.
Anyway talking about about C#, we have to program a game that a lot of you surelly now O: ... the PONG!! XD, dunno if its called like that in english as well, anyway is like the table tennis game but far more simplier :3, this will be a long night for sure XD.
To other stuff, yesterday I was kinda bored and I made this for the site:
http://i135.photobucket.com/albums/q130/omegaevolution/tizaamv.gif
(yes, gotta love Lloyd is lazyness in ToS XD)
saddly the thing is like 235 kb XD, and so I can't submit it but I liked it nonetheless, if anyone wants to tell me how to shrink the size without killing the quality is welcome :3
Current server time: Nov 10, 2025 16:53:34