body{ text-align: center; }

The Level Creator

An insight into how we created our levels for the game!

How we create our Levels!

Here is how we create all of the levels for our game. Having already created small, cropped versions of our images for inclusion in the game, we coded a GUI to help make the process easier. By clicking with the mouse, and using several keyboard controls, we switch between the different elements and can place them onto the Java matrix (the red dot is where the element will go). The GUI associates each element with a numeric identifier, and then its position with another numeric identifier (so we can find where the element goes later). At the end of placing all the elements where we want it to be, we can export all the data on the elements to a matrix on numbers with one key stroke. Finally, another Java file reads the raw data from the GUI and turn it into code that can be incorporated into the Pebble Watch application. From here, the main application can be coded!

Thank You for seeing how we create our Level Creator!

Return to Home!