<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New title screen for GrandMasterPixel on Android</title>
	<atom:link href="http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/</link>
	<description>games, served indie side up</description>
	<lastBuildDate>Fri, 11 May 2012 06:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: perry</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-680</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sun, 29 Aug 2010 01:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-680</guid>
		<description>Sorry for the slow response.

All good ideas and useful observations.

On issue 1. - yep, this back button behavior kind of breaks Android UI conventions. Originally the idea was that the interface would not be &#039;browser-like&#039; enough for people to think of it as a browser, but that requirement shifted. If I made &quot;back&quot; behave like a the Android Browser&#039;s &quot;back&quot;, when I guess I&#039;d need to add a Menu option to get back to the home screen. Something I&#039;ll think about.

On 3. - Something certainly needs to be done with regards to the refresh (aka &#039;skip&#039;) button - I originally left it in there because it helped me with testing. I&#039;ve thought about actually making the fight players are assigned to judge &#039;unskippable&#039; (but &#039;refreshable&#039;, in case of network issues), but I&#039;ve found I use it quite often to abstain from judging fights where I just can&#039;t decide. Your idea of incorporating &#039;skips&#039; into the scoring somehow is a good one, although I&#039;d have to be careful to ensure it wasn&#039;t open to abuse (eg, too draining on hitpoints, without costing any judging tokens = pic population collapse).

On 4. - Search is on my feature list, for sure. Even if it starts out as a simple &#039;exact artist name search&#039;, it will appear eventually. Search by email has some privacy issues, but in the long term I could consider implementing the &quot;Login via Facebook/Twitter/Google and find my friends that are playing GrandMasterPixel&quot; pattern.

Cheers !</description>
		<content:encoded><![CDATA[<p>Sorry for the slow response.</p>
<p>All good ideas and useful observations.</p>
<p>On issue 1. &#8211; yep, this back button behavior kind of breaks Android UI conventions. Originally the idea was that the interface would not be &#8216;browser-like&#8217; enough for people to think of it as a browser, but that requirement shifted. If I made &#8220;back&#8221; behave like a the Android Browser&#8217;s &#8220;back&#8221;, when I guess I&#8217;d need to add a Menu option to get back to the home screen. Something I&#8217;ll think about.</p>
<p>On 3. &#8211; Something certainly needs to be done with regards to the refresh (aka &#8216;skip&#8217;) button &#8211; I originally left it in there because it helped me with testing. I&#8217;ve thought about actually making the fight players are assigned to judge &#8216;unskippable&#8217; (but &#8216;refreshable&#8217;, in case of network issues), but I&#8217;ve found I use it quite often to abstain from judging fights where I just can&#8217;t decide. Your idea of incorporating &#8216;skips&#8217; into the scoring somehow is a good one, although I&#8217;d have to be careful to ensure it wasn&#8217;t open to abuse (eg, too draining on hitpoints, without costing any judging tokens = pic population collapse).</p>
<p>On 4. &#8211; Search is on my feature list, for sure. Even if it starts out as a simple &#8216;exact artist name search&#8217;, it will appear eventually. Search by email has some privacy issues, but in the long term I could consider implementing the &#8220;Login via Facebook/Twitter/Google and find my friends that are playing GrandMasterPixel&#8221; pattern.</p>
<p>Cheers !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-679</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sun, 29 Aug 2010 01:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-679</guid>
		<description>Hey ... nice to see someone&#039;s watching :) 

I agree it&#039;s annoying when someone submits the same pic without any modification multiple times (sadly &#039;todiefor&#039; isn&#039;t the only one). It&#039;s pretty lazy. I&#039;ve considered duplicate detection, but when you think about it carefully, it&#039;s a technically tricky problem - I could detect exact duplicates easily, but then &#039;dupe spammers&#039; would just change one pixel and resubmit. So then what would be the threshold for a pic that is &#039;the same&#039; ? Two pixels different, three, four ? There are some interesting pic series where people have made sequential improvements or tweaks to a pic, and you can see how it evolves .. I wouldn&#039;t want to prevent that kind of exploration by an over zealous duplicate detection algorithm. I think this could be a situation where &lt;a href=&quot;http://linuxmafia.com/~rick/lexicon.html#edwards&quot; rel=&quot;nofollow&quot;&gt;Edward&#039;s Law&lt;/a&gt; applies: &lt;em&gt;&quot;You cannot apply a technological solution to a sociological problem&quot;&lt;/em&gt; :).

While I don&#039;t think dupe detection is a solution to prevent &#039;dupe spammers&#039;, I have considered implementing &lt;em&gt;exact&lt;/em&gt; duplicate detection to prevent people accidentally submitting the same pic twice when it looks like the network failed during the submit dialog (this has happened to me at least once).

One feature that could reduce this behavior is if the pic was cleared from the Draw canvas once it was submitted. Dupers would then have to go to some effort to recreate that pic if they wanted to &#039;dupe spam&#039;, and I&#039;d wager most would be too lazy to bother. Problem is, eventually I&#039;ll probably implement local save &amp; load ... which means it would then be trivial to save, submit, reload, submit again.

This is an issue that I&#039;ll need to ponder for a few weeks - I think there is probably a good, lightweight solution, but sadly I don&#039;t think duplicate detection is the (whole) answer.</description>
		<content:encoded><![CDATA[<p>Hey &#8230; nice to see someone&#8217;s watching <img src='http://omgwtfgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I agree it&#8217;s annoying when someone submits the same pic without any modification multiple times (sadly &#8216;todiefor&#8217; isn&#8217;t the only one). It&#8217;s pretty lazy. I&#8217;ve considered duplicate detection, but when you think about it carefully, it&#8217;s a technically tricky problem &#8211; I could detect exact duplicates easily, but then &#8216;dupe spammers&#8217; would just change one pixel and resubmit. So then what would be the threshold for a pic that is &#8216;the same&#8217; ? Two pixels different, three, four ? There are some interesting pic series where people have made sequential improvements or tweaks to a pic, and you can see how it evolves .. I wouldn&#8217;t want to prevent that kind of exploration by an over zealous duplicate detection algorithm. I think this could be a situation where <a href="http://linuxmafia.com/~rick/lexicon.html#edwards" rel="nofollow">Edward&#8217;s Law</a> applies: <em>&#8220;You cannot apply a technological solution to a sociological problem&#8221;</em> <img src='http://omgwtfgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>While I don&#8217;t think dupe detection is a solution to prevent &#8216;dupe spammers&#8217;, I have considered implementing <em>exact</em> duplicate detection to prevent people accidentally submitting the same pic twice when it looks like the network failed during the submit dialog (this has happened to me at least once).</p>
<p>One feature that could reduce this behavior is if the pic was cleared from the Draw canvas once it was submitted. Dupers would then have to go to some effort to recreate that pic if they wanted to &#8216;dupe spam&#8217;, and I&#8217;d wager most would be too lazy to bother. Problem is, eventually I&#8217;ll probably implement local save &amp; load &#8230; which means it would then be trivial to save, submit, reload, submit again.</p>
<p>This is an issue that I&#8217;ll need to ponder for a few weeks &#8211; I think there is probably a good, lightweight solution, but sadly I don&#8217;t think duplicate detection is the (whole) answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burpen</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-678</link>
		<dc:creator>burpen</dc:creator>
		<pubDate>Sat, 28 Aug 2010 11:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-678</guid>
		<description>It would be nice if duplicates were rejected and/or caused a level downgrade penalty. See http://www.grandmasterpixel.com/todiefor if you haven&#039;t already... this guy&#039;s drawings show up way too often only because he submits each one about 8 times.</description>
		<content:encoded><![CDATA[<p>It would be nice if duplicates were rejected and/or caused a level downgrade penalty. See <a href="http://www.grandmasterpixel.com/todiefor" rel="nofollow">http://www.grandmasterpixel.com/todiefor</a> if you haven&#8217;t already&#8230; this guy&#8217;s drawings show up way too often only because he submits each one about 8 times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-677</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 11 Aug 2010 11:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-677</guid>
		<description>haha..nice..dat be my pic! Thanks for the response

also some other suggestions...

1. so i&#039;m browsing my pics and checking out their fight histories...say i&#039;m on the third page of my pics and i see one with a bunch of new hits...i click that one check it out now i want to go back...so naturally i hit the back button on my phone...but doh! i just went all the way back to the home screen...arg! even if i click on &quot;my home&quot; i go back to the first page of my pics, not the page i was on. this is also anoying while navigating through other people&#039;s pics.

2. you have a good point about all the a-holes out there, facebook/ twitter integration would be cool...especially if you could post ur pics to your profile to share them with people who don&#039;t play the game.

3. i don&#039;t know if this would work or if it would be a good idea, but what if there was a skip button and that got somehow incorporated into your score...1 win 1 loss 1 skip..5 skips and you loose a hitpoint? i just think this might be cool cause i skip pics a lot by hitting the refresh button.

4. how bout a search? then i could look up people i know without having to see one of their pics first.

Andrew</description>
		<content:encoded><![CDATA[<p>haha..nice..dat be my pic! Thanks for the response</p>
<p>also some other suggestions&#8230;</p>
<p>1. so i&#8217;m browsing my pics and checking out their fight histories&#8230;say i&#8217;m on the third page of my pics and i see one with a bunch of new hits&#8230;i click that one check it out now i want to go back&#8230;so naturally i hit the back button on my phone&#8230;but doh! i just went all the way back to the home screen&#8230;arg! even if i click on &#8220;my home&#8221; i go back to the first page of my pics, not the page i was on. this is also anoying while navigating through other people&#8217;s pics.</p>
<p>2. you have a good point about all the a-holes out there, facebook/ twitter integration would be cool&#8230;especially if you could post ur pics to your profile to share them with people who don&#8217;t play the game.</p>
<p>3. i don&#8217;t know if this would work or if it would be a good idea, but what if there was a skip button and that got somehow incorporated into your score&#8230;1 win 1 loss 1 skip..5 skips and you loose a hitpoint? i just think this might be cool cause i skip pics a lot by hitting the refresh button.</p>
<p>4. how bout a search? then i could look up people i know without having to see one of their pics first.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-676</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-676</guid>
		<description>Oh, BTW, love this &#039;snowboarder&#039;. Favorited ! :)

http://www.grandmasterpixel.com/v1/pics/get?key=ahJncmFuZC1tYXN0ZXItcGl4ZWxyEAsSB1BpY3R1cmUY07qOAQw</description>
		<content:encoded><![CDATA[<p>Oh, BTW, love this &#8216;snowboarder&#8217;. Favorited ! <img src='http://omgwtfgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.grandmasterpixel.com/v1/pics/get?key=ahJncmFuZC1tYXN0ZXItcGl4ZWxyEAsSB1BpY3R1cmUY07qOAQw" rel="nofollow">http://www.grandmasterpixel.com/v1/pics/get?key=ahJncmFuZC1tYXN0ZXItcGl4ZWxyEAsSB1BpY3R1cmUY07qOAQw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perry</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-675</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-675</guid>
		<description>Thanks for the feedback Andrew, it&#039;s helpful to hear impressions from new players.

I&#039;ll address you suggestions by number ...

1) I&#039;ve been thinking about the best way to speed up the judging cycle, and speeding up the rate of judging token recharge (probably to 1 token every 30 mins) might work. Any rise in the submission cost of pics would also need to be reflected by an increase in initial hitpoints for new pics to keep the pic population stable. One reason why the judging token recharge is so slow is to give people time to focus on &#039;quality&#039; pics, rather than just sheer quantity of pics. It also means that players with limited time to play can compete on a level playing field with kids that may have too much time on their hands :) There was an issue early on when the game started, where we ran out of pics since the death rate (aka judging rate to submission rate) was too high ... it&#039;s a fine balance, and I&#039;m being cautious before I make any change so it doesn&#039;t happen again.

One suggestion that I may try is just for one day a week, speeding up judging token recharge and not giving out submission tokens (dubbed &quot;till the death Tuesday&quot; or something). This would allow a cleanout to occur, and if the result was bad for the pic population then the event could be cancelled, without having made and permanent game balance changes,

2) You are not the first to suggest local saving / loading. I think I&#039;d better push that feature up in the priority list.

3) I&#039;m hoping the new favorites feature will help make things more social. At the moment I&#039;m reluctant to implement anything like messaging or comments, simply since it then requires a whole new level of moderation (no surprise that there are some offensive idiots out there who would abuse the feature). GrandMasterPixel is currently &#039;self-moderating&#039; ... occasionally people submit pics that may offend someone, somewhere - but if enough players don&#039;t like it, it just gets downvoted and buried quickly. Favorites are a good zero-moderation social feature, they allows a level of interaction without enough detail to allow trolls/idiots to gain any satisfaction.

What I may do is allow players to associate various social accounts (eg Twitter, maybe Facebook, Google profile) to be shown on their pics page. This way if people don&#039;t want to remain anonymous and want to contact eachother, they can always do it via existing social networks.

Phew ! Thanks for that, you&#039;ve given me a few good ideas and a better insight into some things, just by being forced to think about it some more :)</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Andrew, it&#8217;s helpful to hear impressions from new players.</p>
<p>I&#8217;ll address you suggestions by number &#8230;</p>
<p>1) I&#8217;ve been thinking about the best way to speed up the judging cycle, and speeding up the rate of judging token recharge (probably to 1 token every 30 mins) might work. Any rise in the submission cost of pics would also need to be reflected by an increase in initial hitpoints for new pics to keep the pic population stable. One reason why the judging token recharge is so slow is to give people time to focus on &#8216;quality&#8217; pics, rather than just sheer quantity of pics. It also means that players with limited time to play can compete on a level playing field with kids that may have too much time on their hands <img src='http://omgwtfgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  There was an issue early on when the game started, where we ran out of pics since the death rate (aka judging rate to submission rate) was too high &#8230; it&#8217;s a fine balance, and I&#8217;m being cautious before I make any change so it doesn&#8217;t happen again.</p>
<p>One suggestion that I may try is just for one day a week, speeding up judging token recharge and not giving out submission tokens (dubbed &#8220;till the death Tuesday&#8221; or something). This would allow a cleanout to occur, and if the result was bad for the pic population then the event could be cancelled, without having made and permanent game balance changes,</p>
<p>2) You are not the first to suggest local saving / loading. I think I&#8217;d better push that feature up in the priority list.</p>
<p>3) I&#8217;m hoping the new favorites feature will help make things more social. At the moment I&#8217;m reluctant to implement anything like messaging or comments, simply since it then requires a whole new level of moderation (no surprise that there are some offensive idiots out there who would abuse the feature). GrandMasterPixel is currently &#8216;self-moderating&#8217; &#8230; occasionally people submit pics that may offend someone, somewhere &#8211; but if enough players don&#8217;t like it, it just gets downvoted and buried quickly. Favorites are a good zero-moderation social feature, they allows a level of interaction without enough detail to allow trolls/idiots to gain any satisfaction.</p>
<p>What I may do is allow players to associate various social accounts (eg Twitter, maybe Facebook, Google profile) to be shown on their pics page. This way if people don&#8217;t want to remain anonymous and want to contact eachother, they can always do it via existing social networks.</p>
<p>Phew ! Thanks for that, you&#8217;ve given me a few good ideas and a better insight into some things, just by being forced to think about it some more <img src='http://omgwtfgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-674</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 03 Aug 2010 20:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-674</guid>
		<description>Just a few suggestions...take em or leave em.

1. a lot of the pics i&#039;ve submitted have very few or no judgments so i thought that it might be nice if you could hold and received twice as many judging tokens (every half hour instead of hour) but it took twice as many submission credits to submit a pic...so the same number of pics would be submitted, but twice as many pics would get judged

2. would be nice to be able to save a pic to work on later...not submit it, just save it to submit it later...that way you could work on more than just one pic at a time.

3. friends and the ability to message users might also be cool...social network style.

I just started playing last week so i don&#039;t know if these suggestions would help, but these are just some points i&#039;ve notices since i started playing.

Andrew</description>
		<content:encoded><![CDATA[<p>Just a few suggestions&#8230;take em or leave em.</p>
<p>1. a lot of the pics i&#8217;ve submitted have very few or no judgments so i thought that it might be nice if you could hold and received twice as many judging tokens (every half hour instead of hour) but it took twice as many submission credits to submit a pic&#8230;so the same number of pics would be submitted, but twice as many pics would get judged</p>
<p>2. would be nice to be able to save a pic to work on later&#8230;not submit it, just save it to submit it later&#8230;that way you could work on more than just one pic at a time.</p>
<p>3. friends and the ability to message users might also be cool&#8230;social network style.</p>
<p>I just started playing last week so i don&#8217;t know if these suggestions would help, but these are just some points i&#8217;ve notices since i started playing.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention OMGWTFGAMES!!1! » Blog Archive » New title screen for GrandMasterPixel on Android -- Topsy.com</title>
		<link>http://omgwtfgames.com/2010/01/new-title-screen-for-grandmasterpixel-on-android/comment-page-1/#comment-637</link>
		<dc:creator>Tweets that mention OMGWTFGAMES!!1! » Blog Archive » New title screen for GrandMasterPixel on Android -- Topsy.com</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://omgwtfgames.com/?p=282#comment-637</guid>
		<description>[...] This post was mentioned on Twitter by OMGWTFGAMES, GrandMasterPixel. GrandMasterPixel said: New title screen for GrandMasterPixel on Android http://ow.ly/16qm5M [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by OMGWTFGAMES, GrandMasterPixel. GrandMasterPixel said: New title screen for GrandMasterPixel on Android <a href="http://ow.ly/16qm5M" rel="nofollow">http://ow.ly/16qm5M</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

