Showing only posts in tumblr. Show all posts.

Copying Pointers does not do the job.

When shooting bullets, entities must be able to copy a bullet entity. That bullet entity is stored as a pointer in that entity, which has the ability to shoot. Okay, then let’s create a copy-constructor and create a new instance as a copy of that.

So what’s the …

Fixed my MinGW + Allegro Problems

In the end it wasn’t even the sjlj/dw2 problem after all. I thing I had a buggy snapshot of MinGW or so, or failed when using mingw-get-inst ;P

Whatever it was, my compiler is working and I’m happy.

This post was imported from tumblr.

Problems and more Problems

So Allegro 4.3 doesn’t work. Apparently it has something to do with me having updated MinGW to 4.6.2 and having to recompile all my libraries and therefor all their dependencies and in the end noticing I wouldn’t be able to compile the MiniDirectX SDK needed …

2D Game Engine

*I’m back!* Because of my final exams at school, I didn’t have to much time for things I actually like doing, hence this blog not getting too much attention.

I never actually had a good structure in any of my game projects. This eventually led to chaotic code …

Some updates on Zombiehunt

I imported Zombiehunt to an Eclipse IDE project, which made things sooo much easier.

Up till then, I had been using MinGW make/g++ command line and notepad.exe as an editor. Just so you realize that this is a major upgrade :P

Since my project is more than four …

Destruction!

Today I worked on Pyromania, my Bomberman type game. I had bombs and explosions, but they didn’t do any harm to world or player.

Now explosions at least destroy destructible blocks (the wooden boxes):

image0

image1

image2

Next thing I have in mind is getting the Explosions to kill the player ;)

This …

« newer articles | page 7 | older articles »