CECS 455 Project 1 Due Tu 2-16 Druid -- Board and Pieces See the Druid rules http://cameronius.com/games/druid/. The board is 10x10. The two types of pieces are Sarsens (single unit cubes) and Lintel (three unit cubes long). Make a 3D board (not viewed from the top), one green Sarsen, and one blue Lintel, both pieces played on the board. The board should be 10 rows of ten unit cubes each. The top and bottom should be white, the front and back blue, and the left and right green. Use indices so that you can use four vertices instead of six for each rectangle with its two triangles. Thus there will be 24 vertices of type VertexPositionNormaTexture. Do not hard code them but write a method to create them. You may hard code various arrays for positions, normals and textures, and array indices of these which are useful to traverse these arrays in various orders. Demonstrate the project in the lab and upload it to Beachboard. Later assignments will continue with Druid.