Introduction: Vectors Car Race

About: always try to develop your own code, circuit, equation from your own understanding.

Here's a very simple game that was a favorite of mine growing up. Unfortunately there's a bit of maths involved, which i love, but sometimes it makes it hard to find other players :/. So find a couple of your most geeky friends and read on.

The first one to complete the track without falling off wins. The game uses simple vectors to speed up and slow down your race-car, go too fast and you'll fall off the edge of the track.

Supplies

1/8 # grid-paper

2 - 4 players

Step 1: Draw the Race Track

On your piece of paper draw a race track, make it quite wide, maybe 5 or 6 blocks, and try to keep a steady width.

Alternatively you can draw curves and straights in Paintbrush to assemble your track and print it off on some gridpaper like i did above.

Put in a few long straights to encourage players to speed up. Also throw in some sharp bends to increase the danger of falling off.

Step 2: Rules of the Game.

Each player makes one move per turn.

The cars start off with 0,0 speed. That is your speed along both vertical and horizontal blocks is 0.

In each move you can increase, decrease or maintain your speed along both axis.

You may only increase or decrease your speed by one count. Negative numbers simply mean opposite direction.

In the example above the car starts off with speed 0,0.

You may keep your speed at 0,0 or you could increase your speed in either/both directions by one count. This becomes your new speed for your next move, which again you can choose to maintain or change by one count in any direction.

Another way of thinking about is, repeat your previous move, that becomes the center of the 3 by 3 green grid.

You may land in the black square, (maintain current speed), or you may move to any of the surrounding green dots (change speed by one count)

In the example above you can see the effect of incrementing your speed along one direction, the green grid moves further and further from your car, meaning your're going faster, but be careful! If your grid falls outside the track it means you've crashed and lost the game!