Laying Out The Plan

Mocup1

I have been working on some tiles for this project today to help me define a more solid overall look of the game.  The task for today will be to update the engine to support custom maps and these nice tiles.  The water rendering is also coming along so I am hoping I can have these things integrated by tomorrow.

Also, something that I have rarely seen in a platform game is genuine AI companions that can join the player on their journey.  I guess this is in part due to the fact that it can be hard to create an AI that can navigate and jump between platforms properly, however I have devised what could be a great solution to this problem.

3 thoughts on “Laying Out The Plan

  1. Hi
    Why choose DirectX ? Why not Opengl that is more portable ?
    I want to check your game, and I can’t if you choose direct X!

    Thanks to share your experiments, bty.

    • The decision to use DirectX would only be because I have experience with it, but no real working knowledge of OpenGL. Last time I tried OpenGL it wasn’t object oriented and also was horrible to set up due to all of the extension handling. There may be some advantages however since OpenGL however would be easier to use with SDL because all the setup is done already for me, and I like the idea of portability. I will have to think on that farther, however I would be interested to know what system you use.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s