adamajammary/imt3673-project

Make a png to map converter, so that we can draw levels in paint.

Closed this issue · 2 comments

The converter should read a png, and make it into a map on the canvas, converting pixels to rects in the world. a green pixel could be the goal rect.

It will output an array of the gameobjects that the map consist of.

Also added camera panning and physics to support the new levels.