Rush Hour Game

What?

This is a replica of the rush hour puzzle game. You have to move the red car across the board by moving the other cars accordingly. It can load different game states.

Why?

This was actually a university assignment and I quite like it enough to put it on my portfolio. I have never built a GUI game and so this was very interesting to make.

How?

The pygame library was used to make the GUI. I had to get exact coordinates for clicking and dragging the cars.

Notes

N/A

The Program