-
-
Github repo readme
-
Web browser view of game
-
"Winner Winner Privilege Dinner"
-
Game board win state
-
Different background with FB login button integration
-
Cute cartoon i drew for bonus points :3
-
FB integration login button
-
Technical instant games in "fb-config" file
-
The user.js for user privacy browser configurations
Microaggresion_Bingo 💜
"Winner Winner Privilege Dinner"
Game_Intro 💜
- A HTML5 bingo board mobile application exploring social justice and privilege for Facebook's 2019 Developer Circle Challenge. Participate in a fun, safe, and inclusive bingo game that welcomes players of diverse backgrounds! Watch the video submission here: https://www.youtube.com/watch?v=WhfnhcWPI3U&feature=youtu.be
- HTML5 games are games that users can play on the web, across devices. JavaScript can be used to create immersive gaming experiences that are accessible to anyone and can be integrated to platforms like Facebook Instant Games or Wechat. Let's play the privilege game? Click here!
Social_Justice_Motivation 💜
Patriarchy
- "A cultural construct in which old, rich, white, straight, cisgender, able-bodied, christian men are valued more than minority groups."
- "Special rights, advantages, or immunity granted or available only to a particular person or group."
Microaggression
- "Daily verbal, behavioural, or environmental indignities, whether intentional or unintentional, that communicate hostile, derogatory, or negative prejudicial slights and insults toward any group."
Explain Privilege To Those Who Do Not See It
- Teacher tells students they are having a race and the winner recieves a prize. However, some students get a head start on this race:
(Video. *”Every statement I’ve made has nothing to do with anything any of you have done.** We all know these people up here have a better opportunity to win this $100 bill.”)*
Bingo_Categories_[Config in bingo.options] 💜
Basic bingo board
- Pink background jpeg
Configurations
- Gender
- Race
- Age
- Class
- LGBT
- Religion
- Disabilities
Intersectionality
- Dangers of One Sided Story
- Echo Chambers
Technical_How_it_works 💜
HTML5 + CSS3
- Game transitions and animations
- Audio mp3s for bingo sounds
- Female voice intro "Let's play the privilege game?"
Javascript + jQuery
- Game reads customized .json square microagression data from data.js file
- Content randomizes reload for new game each time
- Win state checks data attributes for winning bingo conditions
- End game at "Winner Winner Privilege Dinner" popup
Gameplay Screenshot
Image. **User triggers the win state by matching five boxes in a row. The popup *"Winner Winner Privilege Dinner"** appears and win.mp3 audio is played.*
Technical_Facebook_Developer_Product_Integration 💜
HTML5 Games
- Multi-platform devices for accessible gaming experience
- Integrates into new platforms like FB instant Games, or Wechat
- Disadvantages: Graphical fidelity + Performance not as good as native + Battery life may suffer
Facebook Instant Games
- Web Instant Games bundle configuration in fbapp-config.json
- Easily publishes game to app store for users around the world
Facebook Login
- Two-tap account creation using Facebook-Profile
- Asynchronously loads login in game, does not block loading other elements
- Integrates with Facebook Analytics - requires {your-app-id} and {api-version}
- Refer to documentation page from Facebook for Developers below:
Technical_User_Privacy_Considerations 💜
HTML5 Local Storage Data
- Bingo cache stores data on user's local device
- Data.js information is removed when user clears cache
- Storage.setItem( 'game_state', JSON.stringify(gameState));
User.js File
- User.js file added for user privacy
- Template for configuring privacy and security
- Reduce tracking from web analytics, tracking, finger-printing, or shoulder surfers
- Harden browser settings against data disclosure or code execution vulnerabilities
Challenges_I_Ran_Into 💜
- Game was super boring with a "fixed"/"hard-coded" bingo board
- Decided to make game configurable with json data so that user can choose tile names and it also randomizes with each refresh.
- Uploading the raw code to Facebook's HTML5 Instant Game platform was quite a process. Had to read through documentation to integrate facebook login, fbapp-config.json, analytics, and the continue as {Name} button.
- Accounting for user privacy
- In a bingo board game when the bingo cache stores data on user's local device
- Decided that data.js information be removed when user clears cache
What's_next_for_Microaggression_Bingo 💜
- More FB product integration since it's already on the platform. Ship it via Instant Games
Built With
- 2d-game
- 2dgame
- configuration
- css3
- developer-circle
- facebook-graph
- facebook-instant-games
- facebook-login-api
- gamedev
- html5
- html5-adio
- html5-application
- html5-games
- html5-please
- javascript
- jquery
- safe
- user-privac
Log in or sign up for Devpost to join the conversation.