Side step.

posted in The XNA Struggle
Published June 14, 2007
Advertisement
Ok so on my way of making my game I have to get allegro down. Well its just not going to work with out practice. So Im stoping Eight for a week or two to work on a simple "Falling Blocks" Game :P


Currently in between the stupidy of my job and what little fun I get at home im carving out my strucs for my blocks right now. In alittle while i'll start work on getting them animated into the game, and go from there.

So with this little one to two week diverson i hope I'll gain more insight into allegro and put what I've learned about it so far.


Sketchy Ideas for my block struc Include:

Block
{
int x;
int y;
int center[2];
int edgeA[edgeAPixelLength];
int edgeB[edgeBPixelLength];
int edgeC[edgeCixelLength];
int edgeD[edgeDPixelLength];
}

Will have more after, more thought of course!


-X


Previous Entry Split Stuff
Next Entry Chat Update.
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Puppy

858 views

UserInfo File

885 views

Vista to XP :P

1006 views

Clean Up Code

892 views

Chat Update.

741 views

Side step.

835 views
Advertisement