How might publishing to a social media site help your game more than a content aggregation site?

What will be an ideal response?


Publishing to social media sites should be a given, but no one ever mentions how hard it can be for developers to plug their own products to their Twitter, Facebook, and Google+ followings. Keep in mind that people follow you for a reason—whether they’re friends, family, colleagues, or interested acquaintances. As long as you don’t overdo it (i.e., don’t post “buy my game” on a regular basis), you’ll avoid alienating others most of the time. Deliver a “call to action”: Let others know what you’d like them to do (e.g., download and review your game, “like” your Facebook page, attend your game release party). Be sure to ask clearly. (Instructors may assign this chapter’s “Publishing to Facebook” tutorial.)

Computer Science & Information Technology

You might also like to view...

You can quickly add a contact from an email message to better keep track of the sender's information.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which command returns all the columns for records in which the value of Col1 is greater than 10 but has a value less than Col2?

A. SELECT * FROM Table1 WHERE Col1 < Col2 AND Col1 > 10 B. SELECT ALL FROM Table1 WHEN Col1 < Col2 OR Col1 > 10 C. SELECT * FROM Table1 IF Col1 > 10 BUT Col1 < Col2 D. SELECT ALL FROM Table1 LIKE Col1 > 10 NOT Col1 < Col2

Computer Science & Information Technology

Let G be a weighted graph, let u and v be two vertices in G, and let P be a path in G from u to v. The weight of the path P is the ____ of all the edges on the path P.

A. sum of the edges B. product of the weights C. sum of the weights D. product of the edges

Computer Science & Information Technology

If the string w is a palindrome, the first and last characters of w are the same.

What will be an ideal response?

Computer Science & Information Technology