First, I would like to introduce the head programmer for our project, Kerry Michaels. After we sorted out the team roles, she was in charge of the bulk of the programming for the game, and was a huge help in making it come together. I've asked her to talk about her role.
“I was one of the programmers for the team. I mainly did the UI design for the game. I also got assets for the player’s shield and magnet pull attacks, which was probably the most difficult part. I made some basic scripts for other things, such as score, movement, iPhone touch, GUI. The next difficult issue was getting the three buttons in game to function properly (ie getting the blue button to do the electromagnetic pull on the drones).
I also have some pics of scripts and stuff of what I did towards making the game.
When the making of the game first started
Level select menu. (No art yet here).
Electromagnetic pull asset.
Shield asset.
At the end, I have 52 scripts all up. Here are some of the scripts that I worked on:
HealthScript
GUIScript
GameOverScript
LoadLevelScript
MenuScript
PauseGameScript
Secondly, we have Jessie Farag, our secondary programmer, but more importantly, our artist, which was a massive boon to our project when we had no dedicated artist:
-My role(s)
I am one of the team’s programmers and artist. As a programmer, I was tasked with gameplay mechanics and core gamelogic, working on things such as the game’s scrolling background, as well as enemy spawning and attacking.
As the artist, I built upon the enemy designs, modelled, textured, and animated all art in the game.
-Project history & dev stages
We planned to use Perforce at the beginning, however, after some constant difficulties due to my lack of experience with Perforce, we decided to share the project the old fashion way. Email and flash drive (this way definitely worked out for the better, at least for our small sized project).
As far as art went, it was a later process. I began working on a series of concepts given a collage of stills from existing games and art-styles. After each iteration, the characters’ design began to solidify. Next, I made rough models as placehold art for our early game before finally being remade with much greater detail.
-Issues, solutions
One major issue on the code side of the project was the decision to axe the shop interface to allow for power-ups. We always knew that this would be a later feature if all else went as planned and we had time to add a shop. However, as the deadline crept up, we decided to ditch the feature altogether.
As soon as bugs appeared in the code, they were squashed immediately, however this has taken away from the ‘neatness’ of the codebase, as a result, the code is not as modularised as I would have liked.
In terms of art, the only problems I faced was due to the time consumption in developing these assets, namely texturing, which took up most of the time. As a result, much of the art could not be developed without an artist.In the end, I would like to thank both my team members for all their hard work. The game could not have been made without them~