F***ing AI!!!
This script is driving me crazy!!! I can't find what's wrong with it. It's supposed to find a nearest corner it comes by but for some reason it goes too far!
obj_enemy//create event
direction=270
speed=1
i=1
//collision event with obj_solid
speed=0
col_dir=direction
cos1=round(cos(degtorad(col_dir+90)))
cos2=round(cos(degtorad(col_dir)))
sin1=round(-sin(degtorad(col_dir+90)))
sin2=round(-sin(degtorad(col_dir)))
point[0,0]=x+sin1
point[0,1]=y+cos1
cor=false …
Stupid programming
No, I'm not saying programming is stupid in general. But if you saw my test you would say: "WOW, that's stupid!". I mean I had something like this:
if(something) if(something) printf(something);else printf(something);if(something) if(something) printf(something);else printf(something);and the question was: what will it print? When I asked the …AI routine concept
I made no real progress with my sneaker. I didn't have egnouh free time lately. I should start on AI but I don't want to start it and then work on it throught a whole week. I mean, I probably will work on it for a whole week, but I …
DON'T READ THIS
I knew you'll read it if I say you don't XP
I decided to post my desktop here. Maybe I did it before but meh. The picture is pretty big so: LINKY. It may look bad, I resized it to 800x640, I use 1280x1024 but I didn't want to …It has begun!!!
I have officaly started working on my game (MGS-like-kind-of-thingy). I started with VERY basic AI, so far the enemy follows you around if he can see you and stops walking when he hits a wall. Ok, not exactly walking, more like gliding. I'm using the ultimate sprites right now: BLOCKS! …
Moo! Resurrection
No it's not resurrection of moo, moo never died. Moo is just there to make you read my blog. And for me to get some money offcourse.
Now, about resurrection: I decided to resurrect one of my oldest projects. The one which died because I didn't have egnouh skill to …Look what cat dragged in...
After seeing GoD's WIP I remembered I wanted to make a MGS game too, long long time ago. So, after using search a few times on my computer I managed to find an old demo of my engine in one of 1732765726357 backup folders on my HDD XP. The project …
Long time no see
Hello everyone. Been away for a while. No, I'm not dead, you're not that lucky :P
College started. + I did some serious work this week and I'm supposed to get paid tommorow. Unfortunatly, I didn't determine a fixed price but I should get something in means of $250. Woohoo! …