First Prototype Screen

GrenadeMagnet

Not a lot of action yet, but the game engine is reaching some level of functionality:

Prototype Screenshot

Right now, the player object (the arrow)  will proceed around the track segments which can be moved like a simple sliding tile puzzle.  The tiles with a tan background can’t be moved.  If you reach a dead end, the board and player object reset themselves and you start again.

I’m currently investigating possibilities for actual gameplay objectives.  A few possibilities are:

  1. Traverse every track section as quickly as possible.
  2. Cross a series of stationary checkpoints.  Checkpoints could be on the locked-down tiles or on movable tiles.
  3. Collect objects on the tracks.  Could be stationary, could be moving.
  4. Avoid the enemy.  A set of other objects moving along the tracks must be avoided.

Or some combination there-in.

In the immediate future, I’ll be looking at the following:

  1. Multiple objects moving along the track.
  2. Stationary objects on track sections (checkpoints, powerups, etc)
  3. Collision detection for items 1. and 2.
  4. First re-write of the tile array and moving object code.  Their interaction is “suboptimal” at this point and I need to detach them from one another a bit.
  5. As part of the tile array rewrite, I’d like to add a track highlight that shows the active track pieces starting from a tile/track/direction combination to show the current path to be followed by an entity.

This should cover most of my time to work on this project for the next six weeks or so.  Let’s see if I can hold to the schedule…


Leave a Reply

You must be logged in to post a comment.