the purpose is to create a database to store the level and height of a block and the stats and measurements of the contruction.
to do this we required software, the software we used was xampp and notepad++
BLOCKS(block_id, size_in_dots_long, size_in_dots_wide, type, qty_available, colour)
HOUSE_CONSTRUCTION(house_part_id, start_dot_x, start_dot_y, end_dot_x, end_dot_y, block_id)
and a php script called display_house_construction.php where used as components



