Editing
Serious Games and Gamification
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Serious Games and Gamification is the "Study of the Purpose"βthe investigation of the "Application" of "Game Design" (see Article 602) to "Non-Game Contexts" like "Education," "Health," "Work," and "Politics." While "Commercial Games" are for "Entertainment," **Serious Games** are for "Learning" and "Training." From the "Duolingo" streak to "Military Flight Simulators" and "Citizen Science" (e.g. 'Foldit'), this field explores the "Utility of Play." It is the science of "Motivation," explaining why "Points" and "Badges" can "Change" "Human Behavior"βand how "Play" is the "Most Effective Way" to "Solve" "Real-World Problems." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Gamification''' β The "Use" of "Game Elements" (Points, Leaderboards, Badges) in "Non-Game Activities" to "Increase Engagement." * '''Serious Game''' β A "Complete Game" designed for a "Primary Purpose" other than "Entertainment" (e.g., 'Training,' 'Education,' 'Health'). * '''Dopamine Loop''' β (See Article 129). The "Neurological Cycle" of "Effort" -> "Reward" -> "Satisfaction" that drives "Addictive Play." * '''Pointsification''' β A "Criticism" of gamification: adding "Points" and "Numbers" to a task without "Actually Making it Fun." * '''Intrinsic Motivation''' β Doing a task because it is "Inherently Rewarding" (The 'Joy of Learning'). * '''Extrinsic Motivation''' β Doing a task for a "Reward" (The 'Badge' or 'Grade'). * '''Citizen Science''' β Using "Games" to "Crowdsource" "Scientific Problems" (e.g., 'Folding Proteins' or 'Mapping Galaxies'). * '''Simulation''' β A "High-Fidelity" "Model" of a "Real-World Process" used for "Training" (e.g., 'Pilot Training'). * '''Edutainment''' β A "Portmanteau" of "Education" and "Entertainment" (Often criticized for being 'Bad at Both'). * '''Exploitation Ware''' β Ian Bogostβs "Criticism": when "Gamification" is used by "Companies" to "Trick" employees into "Working Harder" for "No Extra Pay." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Serious games and gamification are understood through '''Motivation''' and '''Transfer'''. '''1. The "Hook" of Achievement (Motivation)''': Why do we "Care" about a "Digital Badge"? * Humans have a **"Drive for Mastery"** (see Article 604). * Gamification "Makes" "Invisible Progress" **"Visible."** * By "Breaking Down" a "Huge Task" (like 'Learning Spanish') into "Tiny Quests," it "Maintains" the **"Flow Channel."** * It "Hacks" the **"Reward System"** of the brain. '''2. The "Practice" of Reality (Simulation)''': "Safe" Failure. * A **Serious Game** (like 'Surgeon Simulator' or 'Flight Sim') allows a "Professional" to **"Fail"** without "Killing Anyone." * It provides **"High-Fidelity Training."** * The "Skills" learned in the "Magic Circle" (see Article 601) **"Transfer"** to "Real-World Competence." * It is "Experiential Learning" (Learning by Doing). '''3. The "Crowd" as a Computer (Citizen Science)''': Play as "Labor." * **Foldit** is a "Game" where players "Fold Proteins." * The "Human Brain" is "Better at Spatial Puzzles" than most "Computers." * Players "Solved" the structure of an "AIDS-related virus" in **10 Days** after scientists "Failed" for 15 years. * It proved that "Games" can be a **"Global Intelligence"** (see Article 545). '''The 'Duolingo' Streak'''': The "Ultimate Gamification Success." It turned "Language Learning" (which is 'Hard') into a "Daily Habit" (which is 'Addictive'). It proved that "Social Pressure" and "Streaks" can "Maintain" "Human Behavior" over "Years." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Gamification Filter' (Predicting if a task is 'Gamified'):''' <syntaxhighlight lang="python"> def gamify_task(task_name, current_engagement_pct): """ Shows how 'Game Elements' change a 'Job'. """ elements_added = [] if current_engagement_pct < 50: elements_added.append("Scoreboards (Adds Competition)") elements_added.append("Progress Bar (Adds Visibility)") elements_added.append("Badges (Adds Status)") engagement_boost = len(elements_added) * 15 new_engagement = current_engagement_pct + engagement_boost return f"RESULT: {task_name} is now GAMIFIED. Boost: +{engagement_boost}%. New Engagement: {new_engagement}%." # Case: A 'Warehouse Job' with low engagement print(gamify_task("Sorting Boxes", 20)) </syntaxhighlight> ; Serious Games Landmarks : ''' 'Oregon Trail' ''' β The "Pioneer" of "Educational Games": "Teaching" "History and Survival" through "Mechanics" (Managing 'Rations/Health'). : ''' 'Foldit' ''' β The "Proof of Concept" for "Citizen Science": proving "Gamers" can "Do Better Science" than "Supercomputers." : ''' 'Americaβs Army' ''' β A "Controversial" "Serious Game" used by the "U.S. Army" for "Recruitment and Training." : ''' 'EndeavorRX' ''' β The "First Video Game" "Approved by the FDA" as a **"Prescription Medicine"** for "ADHD," proving "Games" are "Digital Drugs." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Gamification vs. Serious Games ! Feature !! Gamification (The Layer) !! Serious Games (The Whole) |- | Structure || "Elements added to a Task" || "A Complete Interactive System" |- | Goal || "Increase Engagement / Retention" || "Training / Learning / Problem Solving" |- | Integration || "Thin / Superficial" || "Deep / Systemic" |- | View of Play || "A Tool / A Reward" || "The Medium / The Experience" |- | Analogy || 'Chocolate-covered Broccoli' || A 'Simulator' |} '''The Concept of "Behavioral Engineering"''': Analyzing "The Control." Critics (like 'Bogost') warn that "Gamification" is **"Manipulation."** If a "Company" uses "Leaderboards" to "Force" "Uber Drivers" to "Work 12 Hours," is that a "Game" or a "Digital Prison"? We must distinguish between "Play that Empowers" and "Gamification that Exploits." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Serious Games: # '''Effectiveness''': Does "Gamified Learning" "Actually" lead to "Long-term Knowledge"? (The 'Testing' vs 'Playing' debate). # '''Ethics''': Is it "Ethical" to "Hack Dopamine" for "Corporate Goals"? # '''Dignity''': Does "Gamification" "Devalue" "Serious Tasks"? (e.g. 'Making 'War' feel like 'Call of Duty'). # '''Impact''': Why do we "Need" "Games" to "Motivate us" to "Stay Healthy"? (What does it say about 'Modern Work'?). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Global' Problem-Solver''': A "Game" where **8 Billion People** "Play" to "Fix" the "Climate Crisis" (see Article 526) by "Simulating" "Solutions" and "Voting." # '''AR 'Health' Quests''': Using "Smart Glasses" to "Turn" "Walking to the store" into a "Fantasy Quest," "Ending" the "Obesity Crisis" through "Play." # '''Neural 'Skill' Downloads''': (See Article 01). Using "Serious Games" to "Map" "Expert Skills" directly into the "Brain," "Reducing" "Learning Time" by **90%**. # '''The 'Ethical' Gamifier''': A "Regulation" that "Ensures" every "Gamified System" is "Transparent" and "Empowers" the "Player" rather than the "Owner." [[Category:Arts]] [[Category:Game Design]] [[Category:Ludology]] [[Category:Education]] [[Category:Health]] [[Category:Psychology]] [[Category:Sociology]] [[Category:Future Studies]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information