Friday, February 6, 2015

Domino Adding.

Watched this on youtube last night.
They are making logic gates using dominos. Very cool.
Anyhow, I've been doing some crazy bit shifting stuff in order
to optimize the explosion grid system I am working on.

Now that I realize that, the grid will eventually have BOMBS on it...

I found another huge memory saving optimization:
Bombs and Explosions cannot exist on the same cell. So might as well have a bit
for if the cell is a bomb or an explosion..

Wait... Not quite true. There is a DELAY time between explosions and bombs.
How could it be possible to shift around all my information so I can have bombs on the
same grid as explosions?

No comments:

Post a Comment