Create some art assets for your game—a background, foreground elements, and a player char¬acter (which could be as simple as a steel ball or as elaborate as a fully armored knight). Be sure to size the artwork properly for use in your target platform.
What will be an ideal response?
Students should create art assets for their mobile games using a program such as Illustrator or Photoshop. Assets should include a background, foreground elements, and a player character. The artwork should be sized properly for use in the target platform – whether iPhone, iPad, or Android smartphone or tablet. (Idea sheet templates for iPhone and iPad have been provided as GS-iphone-template.jpg and GS-ipad-template.jpg.)
You might also like to view...
The order in which statements are __________ is called flow of control.
a) entered in a source file b) preprocessed c) compiled d) executed
Which of the following gives the number of elements in the array int r[10]?
a. sizeof r b. sizeof (*r) c. sizeof r / sizeof (int) d. sizeof (*r) / sizeof (int)