Iron Edge

Archive => Mafia Archive => The Game (public) => Topic started by: Daekesh on June 11, 2011, 10:20:38 pm

Title: Edge Mafia - Testers Required
Post by: Daekesh on June 11, 2011, 10:20:38 pm
Over the past couple of days I've been working on a facebook app version of mafia.  It's far from done, but I'd love for a few people to have a look at it, see if they can suggest changes to the design or flow or something.

http://apps.facebook.com/edgemafia/

Gimme a shout once you've added the app (or even if u have problems doing that) and I'll add u to the current game.
Title: Re: Edge Mafia - Testers Required
Post by: Gaeios(Graxlos) on June 11, 2011, 10:41:06 pm
How do I add the game?

and Parse error: syntax error, unexpected $end in /home/www/facebook/mafia/pages/whatisedgemafia.php on line 33
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 11, 2011, 10:53:27 pm
Yeah, I'm writing that page now :P

You should get this appear if you aren't registered and are logged in to FB:

(http://i.imgur.com/FthVh.png)
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 11, 2011, 10:58:19 pm
You also need Javascript enabled.  The app relies heavily on the facebook Javascript api.
Title: Re: Edge Mafia - Testers Required
Post by: Archz on June 11, 2011, 11:17:53 pm
For Kesh
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 11, 2011, 11:18:44 pm
Serious overuse of fbml and your fail browser not working :P

I'll just do the names manually.
Title: Re: Edge Mafia - Testers Required
Post by: Starbrow on June 12, 2011, 10:31:51 am
Trying to register the app, and all I can access is this screen:
Title: Re: Edge Mafia - Testers Required
Post by: Palmar on June 12, 2011, 10:43:44 am
I registered, no idea what to do now
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 12, 2011, 11:24:38 am
Trying to register the app, and all I can access is this screen:


This is what happens if u have javascript disabled.

I registered, no idea what to do now

I need your user id, it's on the front page.
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 12, 2011, 11:30:16 am
I've added Shiftey and Vorte to the game, as Mafia.

I'll just make the join game button do that...
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 14, 2011, 02:19:28 pm
So, I'm getting stuff like this:

Pálmar Garðarsson
Jävla Björn
Ond?ej Mal?

I assume this is due to the charset of the database.  Any suggestions on what charset I should use to stop that happening?
Title: Re: Edge Mafia - Testers Required
Post by: Archz on June 14, 2011, 02:22:39 pm
Unicode? UTF-8?
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 14, 2011, 02:24:23 pm
There's about 30 utf8 options - including a utf8_unicode.  I'll give it a try.
Title: Re: Edge Mafia - Testers Required
Post by: delling2 on June 14, 2011, 02:57:58 pm
yes, database needs to be UTF8 (unicode is fine), and the HTML encoding needs to be UTF8 as well (meta charset)
Title: Re: Edge Mafia - Testers Required
Post by: Daekesh on June 14, 2011, 02:59:39 pm
ah ha!