meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
android2010:grp10:start [2010/03/19 00:15]
hilmi
android2010:grp10:start [2010/03/29 00:00] (current)
grp10
Line 4: Line 4:
 Group members: Group members:
  
-Antti Jäppinen +Antti Jäppinen, 0319512
  
-Jaakko Suomalainen +Jaakko Suomalainen, 0328286
  
-Hilmi Abdullah+Hilmi Abdullah, 0361713
  
 ===== Idea ===== ===== Idea =====
-BaseJump is a 2D mini reaction game where your goal is to make it to the ground without hitting it too hard. The player gets more points by opening the chute at the last possible moment and by landing close to the goal area.+BaseJump is a 2D mini reaction game where your goal is to make it to the ground without hitting it too hard. The player gets more points by opening the chute at the last possible moment and by landing close to the goal area. 
  
 ===== Features ===== ===== Features =====
Line 39: Line 39:
  
 ===== Design ===== ===== Design =====
-The design is based on the Lunar Lander sample code from the Android SDK. We stripped it down to the bare minimum and started our work from there. +The design is based on the Lunar Lander sample code from the Android SDK. We stripped it down to the bare minimum and started our work from there so we could get our project up and running as fast as possible. 
 +We used SQLite for storing the high scores, it takes the new score recorded by the player and compares it with the minimum score in the table and stores it incase its higher.
  
 ===== Screen shots ===== ===== Screen shots =====
Line 49: Line 50:
  
 ===== Presentation ===== ===== Presentation =====
-(powerpoint or pdf slides file)+{{:android2010:grp10:basejump_presentation.ppt|Presentation}} 
 + 
 +{{:android2010:grp10:basejump_brochure.pdf|Brochure}} 
 + 
 +{{:android2010:grp10:basejump_report.pdf|Report}} 
  
 ===== Package ===== ===== Package =====
-(.zip file)+{{:android2010:grp10:basejump.apk.zip|Package}} 
 + 
 +{{:android2010:grp10:basejump.zip|Source}}
  
 ==== How to run ==== ==== How to run ====
  
 ===== Conclusion of your work ===== ===== Conclusion of your work =====
-(what was good, what was bad, impressive or depressive things in android development) 
-As we had no previous experience with game development or Android platform this seemed like a good exercise to learn a little bit of both.  
 Code Camp is a good working environment, since you learn from others in your group and also from other groups. Another advantage was learning how to work within a team and do separate tasks and combine them together at the end. Code Camp is a good working environment, since you learn from others in your group and also from other groups. Another advantage was learning how to work within a team and do separate tasks and combine them together at the end.
-The good think about Android was it is based on Java language and our team members were familiar to Java.+The good thing about Android was it is based on Java language and our team members were familiar to Java.