Over all I’m yet to finish my game as I did not have enough time to learn all the coding I required I did how ever manage to produce a working executable which I believe shows off what I was planning to achieve as a finished game, I have learnt a lot about SDL with in the past month including how to create a black window and then put a bitmap or any other image format onto the windows back round, I have then learnt how to place images onto of that bitmap and use clippings with different mouse events to display different pictures, I found the hardest part of this project was working out how to monitor where the mouse was at all times…. This is the reason why the project was not finished, I’m as of yet still not sure how I would store which blocks have been clicked on so that the user can actually complete the picture and there for finish the game, I believe this can be done by storing the information into an array but I will need to research further into SDL to find the answer, I believe that over all I have a better understanding of C++ and its concepts, in the future I believe I will find it easier to complete my programming tasks and my over all understanding of the subject has grown thanks to this project.
Keywords: Final Project, Griddler, Programming, Project 1