Filed under: Mobile Devices | Leave a Comment »
Mobile Devices Development Diary 6
Friday 03 April – Sound, Options and finishing the game
After getting Bluetooth done yesterday I spent most of today refactoring and adding small features. I began by adding sound, on researching this it seemed to be only 3 lines of code to set up a sound manager and to play the wav file. I followed [...]
Filed under: Mobile Devices | Leave a Comment »
Mobile Devices Development Diary 5
Thursday 02 April – Bluetooth
I spent most of today trying to figure out why it was missing the first move. I ended up re writing the Bluetooth about 6 times trying many different ways of sending and receiving the data. I wrote lots of diagrams on paper to help try and solve the problem. I [...]
Filed under: Mobile Devices | Leave a Comment »
Mobile Devices Development Diary 4
Wednesday 1st April – Scores, Refactoring and Bluetooth
The basic game was nearly done now it just needed scores. I researched text to screen and found it very easy to implement. I had it displaying “You sank the enemy’s Battleship” when the life of the AIs battleship equalled 0. I had a few issues with the [...]
Filed under: Mobile Devices | Leave a Comment »